Add required Ollama setting

This commit is contained in:
imartinez 2024-04-02 18:27:57 +02:00
parent 94ef38cbba
commit f469b4619d
3 changed files with 4 additions and 4 deletions

View file

@ -99,8 +99,8 @@ ollama:
llm_model: llama2
embedding_model: nomic-embed-text
api_base: http://localhost:11434
embedding_api_base: http://localhost:11434 # change if your embedding model runs on another ollama
keep_alive: 5m
# embedding_api_base: http://ollama_embedding:11434 # uncomment if your embedding model runs on another ollama
request_timeout: 120.0
azopenai: