Sun Tao
commited on
Commit
·
a74bf0a
1
Parent(s):
5819388
Update run_qwen_mini_zh.py
Browse files- owl/run_qwen_mini_zh.py +2 -2
owl/run_qwen_mini_zh.py
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
from dotenv import load_dotenv
|
20 |
|
21 |
from camel.models import ModelFactory
|
22 |
-
from camel.toolkits import
|
23 |
from camel.types import ModelPlatformType, ModelType
|
24 |
|
25 |
from utils import OwlRolePlaying, run_society
|
@@ -62,7 +62,7 @@ def construct_society(question: str) -> OwlRolePlaying:
|
|
62 |
)
|
63 |
|
64 |
tools_list = [
|
65 |
-
*
|
66 |
headless=False,
|
67 |
web_agent_model=web_model,
|
68 |
planning_agent_model=planning_model,
|
|
|
19 |
from dotenv import load_dotenv
|
20 |
|
21 |
from camel.models import ModelFactory
|
22 |
+
from camel.toolkits import BrowserToolkit, SearchToolkit, FileWriteToolkit
|
23 |
from camel.types import ModelPlatformType, ModelType
|
24 |
|
25 |
from utils import OwlRolePlaying, run_society
|
|
|
62 |
)
|
63 |
|
64 |
tools_list = [
|
65 |
+
*BrowserToolkit(
|
66 |
headless=False,
|
67 |
web_agent_model=web_model,
|
68 |
planning_agent_model=planning_model,
|