From 725acba642869812b492da29e23e1e24ac001524 Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 12 Apr 2026 23:39:00 +0200 Subject: [PATCH] fix(k3s): update default model to working gemini-flash --- k3s/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k3s/configmap.yaml b/k3s/configmap.yaml index b3ac39655..c7c004bf9 100644 --- a/k3s/configmap.yaml +++ b/k3s/configmap.yaml @@ -16,7 +16,7 @@ data: "restrict_to_workspace": true, "allow_read_outside_workspace": false, "provider": "", - "model_name": "gemini-2.0-flash", + "model_name": "gemini-flash", "max_tokens": 32768, "max_tool_iterations": 50, "summarize_message_threshold": 20,