mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
Update run_terminal_zh.py
This commit is contained in:
parent
370b22f212
commit
d61e4dbc88
@ -16,7 +16,7 @@ from dotenv import load_dotenv
|
||||
from camel.models import ModelFactory
|
||||
from camel.toolkits import (
|
||||
SearchToolkit,
|
||||
WebToolkit,
|
||||
BrowserToolkit,
|
||||
FileWriteToolkit,
|
||||
TerminalToolkit
|
||||
)
|
||||
@ -68,7 +68,7 @@ def construct_society(question: str) -> OwlRolePlaying:
|
||||
|
||||
# Configure toolkits
|
||||
tools = [
|
||||
*WebToolkit(
|
||||
*BrowserToolkit(
|
||||
headless=False, # Set to True for headless mode (e.g., on remote servers)
|
||||
web_agent_model=models["web"],
|
||||
planning_agent_model=models["planning"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user