Doc: update anthropic model (#2254)
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user