mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
make memory_k configurable
This commit is contained in:
parent
c95a925b19
commit
2965a22e1d
3 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue