Merge pull request #1871 from pipecat-ai/mb/claude-sonnet-4-update

Update default model for Anthropic to Claude Sonnet 4
This commit is contained in:
Mark Backman
2025-05-22 18:12:47 -04:00
committed by GitHub
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,