feat(llm): update model and reasoning parameters
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 31s
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 31s
This commit is contained in:
@@ -54,7 +54,7 @@ MEM0_CONFIG = {
|
||||
"provider": "openai",
|
||||
"config": {
|
||||
"api_key": OPENAI_API_KEY_FROM_CONFIG,
|
||||
"model": "doubao-seed-1-6-250615",
|
||||
"model": "doubao-seed-1-8-251228",
|
||||
"openai_base_url": OPENAI_API_BASE_URL_CONFIG
|
||||
}
|
||||
},
|
||||
@@ -83,4 +83,4 @@ The main API endpoints remain the same:
|
||||
- `POST /chat` - Send a message and get a response
|
||||
- `GET /health` - Health check
|
||||
|
||||
Additional memory management endpoints can be added to the main API if needed.
|
||||
Additional memory management endpoints can be added to the main API if needed.
|
||||
|
||||
Reference in New Issue
Block a user