test o3-mini

This commit is contained in:
Chester Curme 2025-01-31 15:50:30 -05:00
parent 21d8d41595
commit 045ac176d8

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": "o3-mini", "stream_usage": True}
@property
def supports_image_inputs(self) -> bool: