mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 23:41:46 +00:00
anthropic[patch]: update models for integration tests (#29938)
This commit is contained in:
@@ -19,7 +19,7 @@ class TestAnthropicStandard(ChatModelIntegrationTests):
|
||||
|
||||
@property
|
||||
def chat_model_params(self) -> dict:
|
||||
return {"model": "claude-3-haiku-20240307"}
|
||||
return {"model": "claude-3-5-sonnet-latest"}
|
||||
|
||||
@property
|
||||
def supports_image_inputs(self) -> bool:
|
||||
|
Reference in New Issue
Block a user