mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(testing) test_function_call_non_openai_model
This commit is contained in:
parent
e040df8989
commit
7c87d613ed
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def test_function_call_non_openai_model():
|
|||
response = litellm.completion(model=model, messages=messages, functions=functions)
|
||||
pytest.fail(f'An error occurred')
|
||||
except Exception as e:
|
||||
print(e)
|
||||
pass
|
||||
|
||||
test_function_call_non_openai_model()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue