Skip to content

Commit af3cb21

Browse files
committed
make ollama env file
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
1 parent ea3bde0 commit af3cb21

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

a2a/git_issue_agent/.env.kagenti

Lines changed: 0 additions & 3 deletions
This file was deleted.

a2a/git_issue_agent/.env.ollama

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MCP_URL = "http://github-tool:8000/mcp"
2+
LOG_LEVEL = "DEBUG"
3+
JWKS_URI = "http://keycloak.keycloak.svc.cluster.local:8080/realms/master/protocol/openid-connect/certs"
4+
TASK_MODEL_ID = "ollama/ibm/granite4:latest"
5+
LLM_API_BASE = "http://host.docker.internal:11434"
6+
LLM_API_KEY = "ollama"
7+
MODEL_TEMPERATURE = 0
8+
SERVICE_PORT = 8000

a2a/git_issue_agent/.env.openai

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
TASK_MODEL_ID = "gpt-4.1-nano"
1+
TASK_MODEL_ID = "gpt-4.1-nano"
2+
MCP_URL = "http://github-tool:8000/mcp"
3+
LOG_LEVEL = "DEBUG"
4+
JWKS_URI = "http://keycloak.keycloak.svc.cluster.local:8080/realms/master/protocol/openid-connect/certs"

0 commit comments

Comments
 (0)