diff --git a/docs/components/llms/models/anthropic.mdx b/docs/components/llms/models/anthropic.mdx index 50c91d15..a981bc89 100644 --- a/docs/components/llms/models/anthropic.mdx +++ b/docs/components/llms/models/anthropic.mdx @@ -13,7 +13,7 @@ config = { "llm": { "provider": "anthropic", "config": { - "model": "claude-3-5-sonnet-latest", + "model": "claude-3-7-sonnet-latest", "temperature": 0.1, "max_tokens": 2000, } diff --git a/docs/overview.mdx b/docs/overview.mdx index 065a216c..7d8228c1 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -5,7 +5,7 @@ iconType: "solid" --- - 🔔 New Feature: [Webhooks](/features/webhook) are now available! Configure real-time notifications for memory events in your Mem0 project. + 🎉 We now support [Claude 3.7 Sonnet](components/llms/models/anthropic)! Enhance your AI assistants with the latest and most capable language model from Anthropic. # Introduction