fix - test mistral/large _parallel_function_call

This commit is contained in:
Ishaan Jaff 2024-05-15 14:31:00 -07:00
parent 3e831b4e1a
commit 371043d683

View file

@ -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}")