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
d9ab81bbae
commit
99e5a73fbb
3 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ exp_pool:
|
|||
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.
|
||||
enable_longterm_memory: false # Whether to use long-term memory. Default is `false`.
|
||||
|
||||
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
|
||||
azure_tts_region: "eastus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue