mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
feat(llm): Ollama LLM-Embeddings decouple + longer keep_alive settings (#1800)
This commit is contained in:
parent
83adc12a8e
commit
b3b0140e24
5 changed files with 33 additions and 1 deletions
|
|
@ -99,6 +99,8 @@ ollama:
|
|||
llm_model: llama2
|
||||
embedding_model: nomic-embed-text
|
||||
api_base: http://localhost:11434
|
||||
keep_alive: 5m
|
||||
# embedding_api_base: http://ollama_embedding:11434 # uncomment if your embedding model runs on another ollama
|
||||
request_timeout: 120.0
|
||||
|
||||
azopenai:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue