Update default model for Anthropic to Claude Sonnet 4

This commit is contained in:
Mark Backman
2025-05-22 15:13:33 -04:00
parent f93bd1e817
commit ca0d7bbbed
2 changed files with 4 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ class AnthropicLLMService(LLMService):
self,
*,
api_key: str,
model: str = "claude-3-7-sonnet-20250219",
model: str = "claude-sonnet-4-20250514",
params: Optional[InputParams] = None,
client=None,
**kwargs,