Commit
·
9d6a9c8
1
Parent(s):
240908d
clean unused import
Browse files
owl/run_openai_compatiable_model.py
CHANGED
@@ -11,7 +11,7 @@ from camel.toolkits import (
|
|
11 |
SearchToolkit,
|
12 |
WebToolkit,
|
13 |
)
|
14 |
-
from camel.types import ModelPlatformType
|
15 |
|
16 |
from utils import OwlRolePlaying, run_society
|
17 |
|
|
|
11 |
SearchToolkit,
|
12 |
WebToolkit,
|
13 |
)
|
14 |
+
from camel.types import ModelPlatformType
|
15 |
|
16 |
from utils import OwlRolePlaying, run_society
|
17 |
|