Use gemini-pro instead of gemini-1.5-flash
Build Agents Runtime / build (push) Successful in 4m33s
Details
Build Agents Runtime / build (push) Successful in 4m33s
Details
This commit is contained in:
parent
5659b1af41
commit
50c99d1f7d
|
|
@ -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-flash")
|
||||
llm = ChatGoogleGenerativeAI(model="gemini-pro")
|
||||
|
||||
system_prompt = f"""You are a highly capable AI assistant operating as an orchestrator.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue