Revert to gemini-2.0-flash
Build Agents Runtime / build (push) Successful in 4m37s Details

This commit is contained in:
Deep Koluguri 2026-06-28 20:13:37 -04:00
parent 56b07e0d2f
commit 9b5478708d
1 changed files with 1 additions and 1 deletions

View File

@ -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="antigravity-preview-05-2026")
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash")
system_prompt = f"""You are a highly capable AI assistant operating as an orchestrator.