From 4d40c93d46ccbdd76e58d55abc0f8fcddc5e0ecd Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Sun, 28 Jun 2026 21:57:54 -0400 Subject: [PATCH] Switch to gemini-1.5-flash to bypass rate limits --- src/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.py b/src/agent.py index eff5e2c..c672569 100644 --- a/src/agent.py +++ b/src/agent.py @@ -109,7 +109,7 @@ def run_agent_activity(payload: dict) -> str: target_jid = payload.get("targetJid", "default") sender = payload.get("sender", "Unknown") - llm = ChatGoogleGenerativeAI(model="gemini-2.5-flash") + llm = ChatGoogleGenerativeAI(model="gemini-1.5-flash") system_prompt = f"""You are a highly capable AI assistant operating as an orchestrator.