minor update

This commit is contained in:
Wendong
2025-03-20 16:19:27 +08:00
parent 63c3057bf4
commit 42961908e2
16 changed files with 99 additions and 47 deletions

View File

@@ -110,7 +110,7 @@ def construct_society() -> RolePlaying:
model_type=selected_model_type,
model_config_dict={"temperature": 0},
),
"web": ModelFactory.create(
"browsing": ModelFactory.create(
model_platform=selected_model_platform,
model_type=selected_model_type,
model_config_dict={"temperature": 0},
@@ -143,7 +143,6 @@ def construct_society() -> RolePlaying:
headless=False,
web_agent_model=models["web"],
planning_agent_model=models["planning"],
output_language="Chinese",
).get_tools(),
*VideoAnalysisToolkit(model=models["video"]).get_tools(),
*CodeExecutionToolkit(sandbox="subprocess", verbose=True).get_tools(),