Switch to gemini-1.5-flash to bypass rate limits
Build Agents Runtime / build (push) Successful in 4m35s
Details
Build Agents Runtime / build (push) Successful in 4m35s
Details
This commit is contained in:
parent
7e0a93eb5a
commit
4d40c93d46
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue