Update Gemini model name
Build Agents Runtime / build (push) Successful in 4m31s
Details
Build Agents Runtime / build (push) Successful in 4m31s
Details
This commit is contained in:
parent
89197a0323
commit
d53243f1b5
|
|
@ -103,7 +103,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-1.5-pro")
|
llm = ChatGoogleGenerativeAI(model="gemini-1.5-pro-latest")
|
||||||
|
|
||||||
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