mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-07 20:15:40 +00:00
test o3-mini
This commit is contained in:
parent
21d8d41595
commit
045ac176d8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user