Skip to content

Commit 3f28842

Browse files
committed
Fix old comment and document URL
Signed-off-by: Ed Snible <esnible@acm.org>
1 parent b1494fb commit 3f28842

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

a2a/git_issue_agent/.env.ollama

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
#
33
# Uses a local Ollama instance for LLM inference.
44
# Prerequisite: Ollama must be running with the model pulled:
5-
# ollama pull ibm/granite4:latest
5+
# ollama pull gpt-oss:latest
66

77
# LLM configuration
88
TASK_MODEL_ID=gpt-oss:latest
99
# Ollama API base URL. Required by litellm (used by crewai >=1.10).
1010
# For Docker Desktop / Kind: http://host.docker.internal:11434/v1
1111
# For in-cluster Ollama: http://ollama.ollama.svc:11434/v1
12+
# (This line matches all the other LLM_API_BASE examples in this repo)
1213
LLM_API_BASE=http://host.docker.internal:11434/v1
13-
OLLAMA_API_BASE=http://host.docker.internal:11434/v1
14+
# The API key is a dummy; ollama doesn't use it
1415
LLM_API_KEY=ollama
1516
MODEL_TEMPERATURE=0
1617

0 commit comments

Comments
 (0)