Doc: update anthropic model (#2254)

This commit is contained in:
Dev Khant
2025-02-25 00:59:14 +05:30
committed by GitHub
parent b5d00e9b6c
commit eba6f77330
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ config = {
"llm": { "llm": {
"provider": "anthropic", "provider": "anthropic",
"config": { "config": {
"model": "claude-3-5-sonnet-latest", "model": "claude-3-7-sonnet-latest",
"temperature": 0.1, "temperature": 0.1,
"max_tokens": 2000, "max_tokens": 2000,
} }

View File

@@ -5,7 +5,7 @@ iconType: "solid"
--- ---
<Note type="info"> <Note type="info">
🔔 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.
</Note> </Note>
# Introduction # Introduction