This commit is contained in:
Wendong
2025-03-20 17:47:42 +08:00
parent 42961908e2
commit f532b628f1
11 changed files with 11 additions and 11 deletions

View File

@@ -141,7 +141,7 @@ def construct_society() -> RolePlaying:
tools = [
*BrowserToolkit(
headless=False,
web_agent_model=models["web"],
web_agent_model=models["browsing"],
planning_agent_model=models["planning"],
).get_tools(),
*VideoAnalysisToolkit(model=models["video"]).get_tools(),