make the longterm-memory path configurable

This commit is contained in:
seehi 2024-09-29 11:27:39 +08:00
parent abf988a24e
commit 7c0adf5025
4 changed files with 39 additions and 30 deletions

View file

@ -85,6 +85,7 @@ exp_pool:
role_zero:
enable_longterm_memory: false # Whether to use long-term memory. Default is `false`.
longterm_memory_persist_path: .role_memory_data # The directory to save data.
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
azure_tts_region: "eastus"