make memory_k configurable

This commit is contained in:
seehi 2024-10-11 15:12:24 +08:00
parent c95a925b19
commit 2965a22e1d
3 changed files with 4 additions and 1 deletions

View file

@ -86,6 +86,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.
memory_k: 200 # The capacity of short-term memory.
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
azure_tts_region: "eastus"