mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-20 00:17:07 +00:00
Pending changes exported from your codespace
This commit is contained in:
parent
e11d9e64e8
commit
2d917b56ec
1
.devcontainer/devcontainer.json
Normal file
1
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"image":"mcr.microsoft.com/devcontainers/universal:2"}
|
@ -99,8 +99,8 @@ openai:
|
|||||||
ollama:
|
ollama:
|
||||||
llm_model: llama2
|
llm_model: llama2
|
||||||
embedding_model: nomic-embed-text
|
embedding_model: nomic-embed-text
|
||||||
api_base: http://localhost:11434
|
api_base: http://localhost:11435/v1
|
||||||
embedding_api_base: http://localhost:11434 # change if your embedding model runs on another ollama
|
embedding_api_base: http://localhost:11435 # change if your embedding model runs on another ollama
|
||||||
keep_alive: 5m
|
keep_alive: 5m
|
||||||
request_timeout: 120.0
|
request_timeout: 120.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user