Fix LLM config and Doc update for anthropic (#1983)

This commit is contained in:
Dev Khant
2024-10-24 01:24:04 +05:30
committed by GitHub
parent 8c4ee7569f
commit eb32fb912d
4 changed files with 267 additions and 1 deletions

View File

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

View File

@@ -2,6 +2,10 @@
title: Overview
---
<Note type="info">
🎉 Exciting news! Mem0 now supports all the latest Claude models.
</Note>
[Mem0](https://mem0.dev/wd) (pronounced "mem-zero") enhances AI assistants and agents with an intelligent memory layer, enabling personalized AI interactions. Mem0 remembers user preferences and traits and continuously updates over time, making it ideal for applications like customer support chatbots and AI assistants.
Mem0 offers two powerful ways to leverage our technology: our [managed platform](/platform/overview) and our [open source solution](/open-source/quickstart).