anthropic[patch]: update models for integration tests (#29938)

This commit is contained in:
ccurme
2025-02-23 14:23:48 -05:00
committed by GitHub
parent f6d4fec4d5
commit 512eb1b764
3 changed files with 22 additions and 19 deletions

View File

@@ -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: