mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-27 03:31:51 +00:00
update tested model
This commit is contained in:
parent
6c7c8a164f
commit
941cbef5b1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user