Update AnthropicLLMService to use claude-3-7-sonnet-20250219 by default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user