update tested model

This commit is contained in:
Chester Curme 2025-02-27 15:09:00 -05:00
parent 6c7c8a164f
commit 941cbef5b1

View File

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