Fix: stable Gemini auth and ARM64 architecture for RPI

This commit is contained in:
stevef 2026-04-13 09:08:36 +02:00
parent 841bd0098a
commit 5159262c97
2 changed files with 9 additions and 7 deletions

View file

@ -9,14 +9,14 @@ data:
"session": { "session": {
"dm_scope": "per-channel-peer" "dm_scope": "per-channel-peer"
}, },
"version": 1, "version": 2,
"agents": { "agents": {
"defaults": { "defaults": {
"workspace": "", "workspace": "",
"restrict_to_workspace": true, "restrict_to_workspace": true,
"allow_read_outside_workspace": false, "allow_read_outside_workspace": false,
"provider": "", "provider": "",
"model_name": "gemini-2.0-flash", "model_name": "gemini-flash",
"max_tokens": 32768, "max_tokens": 32768,
"max_tool_iterations": 50, "max_tool_iterations": 50,
"summarize_message_threshold": 20, "summarize_message_threshold": 20,
@ -252,10 +252,10 @@ data:
"api_base": "https://api.deepseek.com/v1" "api_base": "https://api.deepseek.com/v1"
}, },
{ {
"model_name": "gemini-2.0-flash", "model_name": "gemini-flash",
"model": "gemini/gemini-2.0-flash-exp", "model": "gemini/gemini-3-flash-preview",
"api_base": "https://generativelanguage.googleapis.com/v1beta", "api_base": "https://generativelanguage.googleapis.com/v1beta",
"api_key": "env://GOOGLE_API_KEY", "api_key": "file://secrets/google-api-key",
"request_timeout": 300 "request_timeout": 300
}, },
{ {
@ -549,9 +549,9 @@ data:
"servers": { "servers": {
"hdn-server": { "hdn-server": {
"enabled": true, "enabled": true,
"command": "mcp-server-hdn", "command": "",
"type": "sse", "type": "sse",
"url": "http://hdn-server:18801" "url": "http://hdn-server:8080/mcp"
} }
} }
}, },

View file

@ -39,6 +39,8 @@ spec:
ports: ports:
- containerPort: 18790 - containerPort: 18790
env: env:
- name: PICOCLAW_LOG_LEVEL
value: "debug"
- name: PICOCLAW_HOME - name: PICOCLAW_HOME
value: /home/picoclaw/.picoclaw value: /home/picoclaw/.picoclaw
- name: PICOCLAW_GATEWAY_HOST - name: PICOCLAW_GATEWAY_HOST