mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-27 19:46:55 +00:00
update tested model
This commit is contained in:
parent
6c7c8a164f
commit
941cbef5b1
@ -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": "gpt-4.5-preview", "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