mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
make the longterm-memory path configurable
This commit is contained in:
parent
abf988a24e
commit
7c0adf5025
4 changed files with 39 additions and 30 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue