mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +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
|
|
@ -153,10 +153,6 @@ default_prompt_endpoint: "127.0.0.1"
|
|||
load_balancing: "round_robin"
|
||||
timeout_ms: 5000
|
||||
|
||||
embedding_provider:
|
||||
name: "SentenceTransformer"
|
||||
model: "all-MiniLM-L6-v2"
|
||||
|
||||
llm_providers:
|
||||
- name: "open-ai-gpt-4"
|
||||
api_key: "$OPEN_AI_API_KEY"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue