fix: change /api/embeddings to /api/embed in .env.template
This commit is contained in:
parent
e6ab4bbeee
commit
ebb9a1b102
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ LITELLM_LOG="ERROR"
|
|||
#LLM_ENDPOINT="http://localhost:11434/v1"
|
||||
#EMBEDDING_PROVIDER="ollama"
|
||||
#EMBEDDING_MODEL="avr/sfr-embedding-mistral:latest"
|
||||
#EMBEDDING_ENDPOINT="http://localhost:11434/api/embeddings"
|
||||
#EMBEDDING_ENDPOINT="http://localhost:11434/api/embed"
|
||||
#EMBEDDING_DIMENSIONS=4096
|
||||
#HUGGINGFACE_TOKENIZER="Salesforce/SFR-Embedding-Mistral"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue