From 941cbef5b1f43bc3cac66eb970ce8ea287beb56a Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Thu, 27 Feb 2025 15:09:00 -0500 Subject: [PATCH] update tested model --- .../tests/integration_tests/chat_models/test_base_standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/openai/tests/integration_tests/chat_models/test_base_standard.py b/libs/partners/openai/tests/integration_tests/chat_models/test_base_standard.py index f131dbaa2bb..af5b903d596 100644 --- a/libs/partners/openai/tests/integration_tests/chat_models/test_base_standard.py +++ b/libs/partners/openai/tests/integration_tests/chat_models/test_base_standard.py @@ -19,7 +19,7 @@ class TestOpenAIStandard(ChatModelIntegrationTests): @property def chat_model_params(self) -> dict: - return {"model": "gpt-4o-mini", "stream_usage": True} + return {"model": "gpt-4.5-preview", "stream_usage": True} @property def supports_image_inputs(self) -> bool: