We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947e737 commit 2a432bfCopy full SHA for 2a432bf
settings-docker.yaml
@@ -23,6 +23,7 @@ ollama:
23
llm_model: ${PGPT_OLLAMA_LLM_MODEL:mistral}
24
embedding_model: ${PGPT_OLLAMA_EMBEDDING_MODEL:nomic-embed-text}
25
api_base: ${PGPT_OLLAMA_API_BASE:http://ollama:11434}
26
+ embedding_api_base: ${PGPT_OLLAMA_EMBEDDING_API_BASE:http://ollama:11434}
27
tfs_z: ${PGPT_OLLAMA_TFS_Z:1.0}
28
top_k: ${PGPT_OLLAMA_TOP_K:40}
29
top_p: ${PGPT_OLLAMA_TOP_P:0.9}
0 commit comments