File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# ollama pull ibm/granite4:latest
66
77# LLM configuration
8- TASK_MODEL_ID=ollama_chat/ibm/granite4 :latest
8+ TASK_MODEL_ID=gpt-oss :latest
99# Ollama API base URL. Required by litellm (used by crewai >=1.10).
10- # For Docker Desktop / Kind: http://host.docker.internal:11434
11- # For in-cluster Ollama: http://ollama.ollama.svc:11434
12- LLM_API_BASE=http://host.docker.internal:11434
13- OLLAMA_API_BASE=http://host.docker.internal:11434
10+ # For Docker Desktop / Kind: http://host.docker.internal:11434/v1
11+ # For in-cluster Ollama: http://ollama.ollama.svc:11434/v1
12+ LLM_API_BASE=http://host.docker.internal:11434/v1
13+ OLLAMA_API_BASE=http://host.docker.internal:11434/v1
1414LLM_API_KEY=ollama
1515MODEL_TEMPERATURE=0
1616
@@ -19,4 +19,5 @@ SERVICE_PORT=8000
1919LOG_LEVEL=DEBUG
2020
2121# MCP Tool endpoint
22- MCP_URL=http://github-tool-mcp:9090/mcp
22+ # Port 8000 is the default for Kagenti Tools
23+ MCP_URL=http://github-tool-mcp:8000/mcp
You can’t perform that action at this time.
0 commit comments