This commit is contained in:
Wendong 2025-03-15 12:43:42 +08:00
parent cfb5c6df01
commit 0f3deff749
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ from camel.toolkits import (
)
from camel.types import ModelPlatformType
from utils import OwlRolePlaying, run_society
from owl.utils import OwlRolePlaying, run_society
from camel.logger import set_log_level

View File

@ -102,7 +102,7 @@ from camel.types import ModelPlatformType, ModelType
from camel.logger import set_log_level
from camel.toolkits import MCPToolkit
from utils.enhanced_role_playing import OwlRolePlaying, arun_society
from owl.utils.enhanced_role_playing import OwlRolePlaying, arun_society
load_dotenv()