Skip to content

Commit 2a432bf

Browse files
authored
fix: make embedding_api_base match api_base when on docker (#1859)
1 parent 947e737 commit 2a432bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ollama:
2323
llm_model: ${PGPT_OLLAMA_LLM_MODEL:mistral}
2424
embedding_model: ${PGPT_OLLAMA_EMBEDDING_MODEL:nomic-embed-text}
2525
api_base: ${PGPT_OLLAMA_API_BASE:http://ollama:11434}
26+
embedding_api_base: ${PGPT_OLLAMA_EMBEDDING_API_BASE:http://ollama:11434}
2627
tfs_z: ${PGPT_OLLAMA_TFS_Z:1.0}
2728
top_k: ${PGPT_OLLAMA_TOP_K:40}
2829
top_p: ${PGPT_OLLAMA_TOP_P:0.9}

0 commit comments

Comments
 (0)