mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
use llm cache to make exp_pool
This commit is contained in:
parent
d902a6f18c
commit
c624c0ffc7
41 changed files with 844 additions and 368 deletions
|
|
@ -75,8 +75,10 @@ s3:
|
|||
bucket: "test"
|
||||
|
||||
exp_pool:
|
||||
enable_read: true
|
||||
enable_write: true
|
||||
enable_read: false
|
||||
enable_write: false
|
||||
persist_path: .chroma_exp_data # The directory.
|
||||
init_exp: false # If set to true, basic experiences associated with the roles will be added to the experience pool.
|
||||
|
||||
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
|
||||
azure_tts_region: "eastus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue