fix test_supports_response_schema

This commit is contained in:
Ishaan Jaff 2024-11-13 21:59:24 -08:00
parent 025977ea6d
commit 4e59e09338

View file

@ -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):