Skip to content

Commit

Permalink
fix: make embedding_api_base match api_base when on docker (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepetto-certx authored Apr 19, 2024
1 parent 947e737 commit 2a432bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ollama:
llm_model: ${PGPT_OLLAMA_LLM_MODEL:mistral}
embedding_model: ${PGPT_OLLAMA_EMBEDDING_MODEL:nomic-embed-text}
api_base: ${PGPT_OLLAMA_API_BASE:http://ollama:11434}
embedding_api_base: ${PGPT_OLLAMA_EMBEDDING_API_BASE:http://ollama:11434}
tfs_z: ${PGPT_OLLAMA_TFS_Z:1.0}
top_k: ${PGPT_OLLAMA_TOP_K:40}
top_p: ${PGPT_OLLAMA_TOP_P:0.9}
Expand Down

0 comments on commit 2a432bf

Please sign in to comment.