Commit 89c7bed
fix: default LLM_API_BASE to host.docker.internal for local Ollama
Most developers run Ollama locally via `ollama serve` on the host machine
with Kind/Docker Desktop. The previous default (ollama.ollama.svc:11434)
assumed Ollama was deployed as a Kubernetes service, causing connection
failures for the common local setup.
Change the default to host.docker.internal:11434 and document the
in-cluster alternative as a comment.
Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 4b326e7 commit 89c7bed
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments