mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-19 07:57:04 +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:
|
||||
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
|
||||
api_base: http://localhost:11435/v1
|
||||
embedding_api_base: http://localhost:11435 # change if your embedding model runs on another ollama
|
||||
keep_alive: 5m
|
||||
request_timeout: 120.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user