From faf1a34f703049fbc89dcbe85d1b3667ef54c591 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 22 May 2025 22:48:04 +0530 Subject: [PATCH] Doc: announce claude 4 (#2769) --- docs/components/llms/models/anthropic.mdx | 4 ++-- docs/overview.mdx | 4 ++++ docs/quickstart.mdx | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/components/llms/models/anthropic.mdx b/docs/components/llms/models/anthropic.mdx index e30988cd..db7ed3d0 100644 --- a/docs/components/llms/models/anthropic.mdx +++ b/docs/components/llms/models/anthropic.mdx @@ -20,7 +20,7 @@ config = { "llm": { "provider": "anthropic", "config": { - "model": "claude-3-7-sonnet-latest", + "model": "claude-sonnet-4-20250514", "temperature": 0.1, "max_tokens": 2000, } @@ -45,7 +45,7 @@ const config = { provider: 'anthropic', config: { apiKey: process.env.ANTHROPIC_API_KEY || '', - model: 'claude-3-7-sonnet-latest', + model: 'claude-sonnet-4-20250514', temperature: 0.1, maxTokens: 2000, }, diff --git a/docs/overview.mdx b/docs/overview.mdx index 253239df..9f6f0ccc 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -5,6 +5,10 @@ iconType: "solid" --- + +🎉 We're excited to announce that Claude 4 is now available with Mem0! Check it out [here](components/llms/models/anthropic). + + # Introduction diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index a263be1b..4ebca6c8 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -5,6 +5,9 @@ iconType: "solid" --- + +🎉 We're excited to announce that Claude 4 is now available with Mem0! Check it out [here](components/llms/models/anthropic). + Mem0 offers two powerful ways to leverage our technology: [our managed platform](#mem0-platform-managed-solution) and [our open source solution](#mem0-open-source).