From 5659b1af4191fa70a4396d5b5042be807a09b713 Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Sun, 28 Jun 2026 16:30:38 -0400 Subject: [PATCH] Use gemini-1.5-flash instead of pro --- src/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.py b/src/agent.py index 52ac4b8..6ce8ff0 100644 --- a/src/agent.py +++ b/src/agent.py @@ -103,7 +103,7 @@ def run_agent_activity(payload: dict) -> str: target_jid = payload.get("targetJid", "default") sender = payload.get("sender", "Unknown") - llm = ChatGoogleGenerativeAI(model="gemini-1.5-pro-latest") + llm = ChatGoogleGenerativeAI(model="gemini-1.5-flash") system_prompt = f"""You are a highly capable AI assistant operating as an orchestrator.