mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
make use_llm_ranker configurable
This commit is contained in:
parent
dd955c848d
commit
63abddd041
4 changed files with 6 additions and 2 deletions
|
|
@ -88,6 +88,7 @@ role_zero:
|
|||
longterm_memory_persist_path: .role_memory_data # The directory to save data.
|
||||
memory_k: 200 # The capacity of short-term memory.
|
||||
similarity_top_k: 5 # The number of long-term memories to retrieve.
|
||||
use_llm_ranker: false # Default is `false`, if set to `true`, it will use LLM Reranker to get better result.
|
||||
|
||||
azure_tts_subscription_key: "YOUR_SUBSCRIPTION_KEY"
|
||||
azure_tts_region: "eastus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue