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.
2 parents 4b326e7 + 89c7bed commit d6c567aCopy full SHA for d6c567a
1 file changed
a2a/git_issue_agent/.env.ollama
@@ -6,7 +6,9 @@
6
7
# LLM configuration
8
TASK_MODEL_ID=ollama/ibm/granite4:latest
9
-LLM_API_BASE=http://ollama.ollama.svc:11434
+# Default: local Ollama via Kind/Docker Desktop host gateway.
10
+# For in-cluster Ollama: LLM_API_BASE=http://ollama.ollama.svc:11434
11
+LLM_API_BASE=http://host.docker.internal:11434
12
LLM_API_KEY=ollama
13
MODEL_TEMPERATURE=0
14
0 commit comments