mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
minor update
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user