mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix test_supports_response_schema
This commit is contained in:
parent
0a79530586
commit
23e7ece164
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ def test_convert_model_response_object():
|
|||
("vertex_ai/gemini-1.5-pro", True),
|
||||
("gemini/gemini-1.5-pro", True),
|
||||
("predibase/llama3-8b-instruct", True),
|
||||
("gpt-4o", False),
|
||||
("gpt-3.5-turbo", False),
|
||||
],
|
||||
)
|
||||
def test_supports_response_schema(model, expected_bool):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue