Use gemini-1.5-flash instead of pro
Build Agents Runtime / build (push) Successful in 4m28s Details

This commit is contained in:
Deep Koluguri 2026-06-28 16:30:38 -04:00
parent d53243f1b5
commit 5659b1af41
1 changed files with 1 additions and 1 deletions

View File

@ -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.