Use gemini-2.5-flash for perfect stability
Build Agents Runtime / build (push) Successful in 4m38s
Details
Build Agents Runtime / build (push) Successful in 4m38s
Details
This commit is contained in:
parent
6b297f6c2d
commit
60023862cd
|
|
@ -109,7 +109,7 @@ def run_agent_activity(payload: dict) -> str:
|
||||||
target_jid = payload.get("targetJid", "default")
|
target_jid = payload.get("targetJid", "default")
|
||||||
sender = payload.get("sender", "Unknown")
|
sender = payload.get("sender", "Unknown")
|
||||||
|
|
||||||
llm = ChatGoogleGenerativeAI(model="gemini-flash-latest")
|
llm = ChatGoogleGenerativeAI(model="gemini-2.5-flash")
|
||||||
|
|
||||||
system_prompt = f"""You are a highly capable AI assistant operating as an orchestrator.
|
system_prompt = f"""You are a highly capable AI assistant operating as an orchestrator.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue