Skip to content

Commit d6c567a

Browse files
authored
Merge pull request #132 from mrsabath/fix/ollama-host-default
2 parents 4b326e7 + 89c7bed commit d6c567a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

a2a/git_issue_agent/.env.ollama

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
# LLM configuration
88
TASK_MODEL_ID=ollama/ibm/granite4:latest
9-
LLM_API_BASE=http://ollama.ollama.svc:11434
9+
# 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
1012
LLM_API_KEY=ollama
1113
MODEL_TEMPERATURE=0
1214

0 commit comments

Comments
 (0)