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