We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3bde0 commit af3cb21Copy full SHA for af3cb21
3 files changed
a2a/git_issue_agent/.env.kagenti
a2a/git_issue_agent/.env.ollama
@@ -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
@@ -1 +1,4 @@
-TASK_MODEL_ID = "gpt-4.1-nano"
+TASK_MODEL_ID = "gpt-4.1-nano"
0 commit comments