From 7244116b687f6e5ff5e869c99cdbb1b09c822799 Mon Sep 17 00:00:00 2001 From: Matthew Lai Date: Thu, 14 May 2026 00:43:49 +0100 Subject: [PATCH] feat(agent): Added gemma 4 to reasoning allowlist --- run_agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_agent.py b/run_agent.py index e2bfd7ed1e4..9324b1c2901 100644 --- a/run_agent.py +++ b/run_agent.py @@ -10123,6 +10123,7 @@ class AIAgent: "openai/", "x-ai/", "google/gemini-2", + "google/gemma-4", "qwen/qwen3", "tencent/hy3-preview", "xiaomi/",