From a555d1eb04f9f483ad34dc4b31f5ea2b8421ee77 Mon Sep 17 00:00:00 2001 From: kukac Date: Thu, 12 Mar 2026 09:43:56 -0400 Subject: [PATCH] switch to gemini flash 2.5 --- agent/agent_executors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent_executors.py b/agent/agent_executors.py index 6c7b84f..11acefb 100644 --- a/agent/agent_executors.py +++ b/agent/agent_executors.py @@ -61,7 +61,7 @@ ## GOOGLE_GEMINI_20_FLASH_MODEL = ( - "gemini-2.0-flash" # $0.1/M input tokens; $0.4/M output tokens + "gemini-2.5-flash" ) GROK_MODEL = "x-ai/grok-2-1212" # $2/M input tokens; $10/M output tokens