mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 14:07:17 +08:00
fix
This commit is contained in:
@@ -75,7 +75,7 @@ def construct_society(question: str) -> RolePlaying:
|
||||
tools = [
|
||||
*BrowserToolkit(
|
||||
headless=False, # Set to True for headless mode (e.g., on remote servers)
|
||||
web_agent_model=models["web"],
|
||||
web_agent_model=models["browsing"],
|
||||
planning_agent_model=models["planning"],
|
||||
).get_tools(),
|
||||
SearchToolkit().search_duckduckgo,
|
||||
|
||||
Reference in New Issue
Block a user