diff --git a/examples/run_groq.py b/examples/run_groq.py index 7c44db0c9..f666c76c0 100644 --- a/examples/run_groq.py +++ b/examples/run_groq.py @@ -41,7 +41,7 @@ from camel.types import ModelPlatformType, ModelType from camel.logger import set_log_level -from utils import OwlRolePlaying, run_society, DocumentProcessingToolkit +from owl.utils import OwlRolePlaying, run_society, DocumentProcessingToolkit load_dotenv()