Update AnthropicLLMService to use claude-3-7-sonnet-20250219 by default

This commit is contained in:
Mark Backman
2025-02-24 14:32:00 -05:00
parent 5b762d11ef
commit d6f29a0f4b
2 changed files with 4 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ class AnthropicLLMService(LLMService):
self,
*,
api_key: str,
model: str = "claude-3-5-sonnet-20241022",
model: str = "claude-3-7-sonnet-20250219",
params: InputParams = InputParams(),
client=None,
**kwargs,