mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 04:25:46 +00:00
test o3-mini
This commit is contained in:
parent
21d8d41595
commit
045ac176d8
@ -19,7 +19,7 @@ class TestOpenAIStandard(ChatModelIntegrationTests):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def chat_model_params(self) -> dict:
|
def chat_model_params(self) -> dict:
|
||||||
return {"model": "gpt-4o-mini", "stream_usage": True}
|
return {"model": "o3-mini", "stream_usage": True}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def supports_image_inputs(self) -> bool:
|
def supports_image_inputs(self) -> bool:
|
||||||
|
Loading…
Reference in New Issue
Block a user