mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
add ability to override default values from config (#58)
This commit is contained in:
parent
9f3c845610
commit
3135ba8eae
5 changed files with 42 additions and 6 deletions
|
|
@ -2,6 +2,9 @@ default_prompt_endpoint: "127.0.0.1"
|
|||
load_balancing: "round_robin"
|
||||
timeout_ms: 5000
|
||||
|
||||
overrides:
|
||||
# confidence threshold for prompt target intent matching
|
||||
prompt_target_intent_matching_threshold: 0.6
|
||||
|
||||
# should not be here
|
||||
embedding_provider:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue