Update run_qwen_zh.py

This commit is contained in:
Sun Tao
2025-03-13 10:45:19 +08:00
committed by GitHub
parent 1daa350f19
commit 11e7a11041

View File

@@ -24,7 +24,7 @@ from camel.toolkits import (
ImageAnalysisToolkit,
SearchToolkit,
VideoAnalysisToolkit,
WebToolkit,
BrowserToolkit,
FileWriteToolkit,
)
from camel.types import ModelPlatformType, ModelType
@@ -90,7 +90,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"],