readme
All checks were successful
Build and Push Agent Docker Image / build (push) Successful in 2m26s

This commit is contained in:
2025-12-14 18:38:07 +01:00
parent 8b73a7dbd1
commit 7e8e07c1fd
2 changed files with 21 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ def create_agent(user_roles: list[str] | None = None):
logger.info("MCP server unavailable - running without MCP tools")
return Agent(
model=GoogleModel("gemini-3-pro-preview"),
model=GoogleModel("gemini-2.5-pro"),
toolsets=toolsets if toolsets else None,
instructions=AGENT_INSTRUCTIONS,
)