add enable_longterm_memory config

This commit is contained in:
seehi 2024-09-12 11:31:12 +08:00
parent d9ab81bbae
commit 99e5a73fbb
3 changed files with 3 additions and 3 deletions

View file

@ -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"