mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
Update run_qwen_mini_zh.py
This commit is contained in:
parent
c83399d526
commit
1daa350f19
@ -19,7 +19,7 @@
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from camel.models import ModelFactory
|
||||
from camel.toolkits import WebToolkit, SearchToolkit, FileWriteToolkit
|
||||
from camel.toolkits import BrowserToolkit, SearchToolkit, FileWriteToolkit
|
||||
from camel.types import ModelPlatformType, ModelType
|
||||
|
||||
from utils import OwlRolePlaying, run_society
|
||||
@ -62,7 +62,7 @@ def construct_society(question: str) -> OwlRolePlaying:
|
||||
)
|
||||
|
||||
tools_list = [
|
||||
*WebToolkit(
|
||||
*BrowserToolkit(
|
||||
headless=False,
|
||||
web_agent_model=web_model,
|
||||
planning_agent_model=planning_model,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user