mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
add enable_longterm_memory config
This commit is contained in:
parent
c0d5c031f8
commit
cf3b80d5f1
4 changed files with 18 additions and 4 deletions
|
|
@ -83,6 +83,8 @@ exp_pool:
|
|||
use_llm_ranker: true # Default is `true`, it will use LLM Reranker to get better result.
|
||||
collection_name: experience_pool # When `retrieval_type` is `chroma`, `collection_name` is the collection name in chromadb.
|
||||
|
||||
role_zero:
|
||||
enable_longterm_memory: false # Whether to use long-term memory.
|
||||
|
||||
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
|
||||
azure_tts_region: "eastus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue