From eba6f77330dad7aac64bb24eeb2189ced0887f96 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Tue, 25 Feb 2025 00:59:14 +0530 Subject: [PATCH] Doc: update anthropic model (#2254) --- docs/components/llms/models/anthropic.mdx | 2 +- docs/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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