mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix - test mistral/large _parallel_function_call
This commit is contained in:
parent
65359e34f8
commit
cf4420291d
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
|
model=model, messages=messages, temperature=0.2, seed=22
|
||||||
) # get a new response from the model where it can see the function response
|
) # get a new response from the model where it can see the function response
|
||||||
print("second response\n", second_response)
|
print("second response\n", second_response)
|
||||||
return second_response
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pytest.fail(f"Error occurred: {e}")
|
pytest.fail(f"Error occurred: {e}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue