mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
remove embeddings config from config (#64)
* remove embeddings config from config * remove embedding provider
This commit is contained in:
parent
7568507764
commit
4438dc7979
7 changed files with 0 additions and 34 deletions
|
|
@ -6,11 +6,6 @@ overrides:
|
|||
# confidence threshold for prompt target intent matching
|
||||
prompt_target_intent_matching_threshold: 0.6
|
||||
|
||||
# should not be here
|
||||
embedding_provider:
|
||||
name: "bge-large-en-v1.5"
|
||||
model: "BAAI/bge-large-en-v1.5"
|
||||
|
||||
llm_providers:
|
||||
|
||||
- name: open-ai-gpt-4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue