mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: test_function_calling.py
This commit is contained in:
parent
88e1ad6cbc
commit
6d6ab30ed7
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ def test_parallel_function_call(model):
|
|||
drop_params=True,
|
||||
) # get a new response from the model where it can see the function response
|
||||
print("second response\n", second_response)
|
||||
except litellm.RateLimitError:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue