mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
remove *
This commit is contained in:
11
owl/run.py
11
owl/run.py
@@ -2,7 +2,16 @@ from dotenv import load_dotenv
|
||||
load_dotenv()
|
||||
|
||||
from camel.models import ModelFactory
|
||||
from camel.toolkits import *
|
||||
from camel.toolkits import (
|
||||
WebToolkit,
|
||||
DocumentProcessingToolkit,
|
||||
VideoAnalysisToolkit,
|
||||
AudioAnalysisToolkit,
|
||||
CodeExecutionToolkit,
|
||||
ImageAnalysisToolkit,
|
||||
SearchToolkit,
|
||||
ExcelToolkit
|
||||
)
|
||||
from camel.types import ModelPlatformType, ModelType
|
||||
from camel.configs import ChatGPTConfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user