mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix - test mistral/large _parallel_function_call
This commit is contained in:
parent
3e831b4e1a
commit
371043d683
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ def test_parallel_function_call(model):
|
|||
model=model, messages=messages, temperature=0.2, seed=22
|
||||
) # get a new response from the model where it can see the function response
|
||||
print("second response\n", second_response)
|
||||
return second_response
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue