From 6da9bd4716f46d9717c5f151ba3a84a1f0a02a68 Mon Sep 17 00:00:00 2001 From: Wendong Date: Mon, 17 Mar 2025 15:17:08 +0800 Subject: [PATCH] update path --- {owl => examples}/run_groq.py | 0 owl/webapp.py | 2 +- owl/webapp_backup.py | 2 +- owl/webapp_zh.py | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename {owl => examples}/run_groq.py (100%) diff --git a/owl/run_groq.py b/examples/run_groq.py similarity index 100% rename from owl/run_groq.py rename to examples/run_groq.py diff --git a/owl/webapp.py b/owl/webapp.py index 42f2eda..f66632f 100644 --- a/owl/webapp.py +++ b/owl/webapp.py @@ -12,7 +12,7 @@ # limitations under the License. # ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. ========= # Import from the correct module path -from owl.utils import run_society +from utils import run_society import os import gradio as gr import time diff --git a/owl/webapp_backup.py b/owl/webapp_backup.py index de39bdc..912a2e6 100644 --- a/owl/webapp_backup.py +++ b/owl/webapp_backup.py @@ -12,7 +12,7 @@ # limitations under the License. # ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. ========= # Import from the correct module path -from owl.utils import run_society +from utils import run_society import os import gradio as gr from typing import Tuple, List, Dict diff --git a/owl/webapp_zh.py b/owl/webapp_zh.py index 9a693da..b7354c1 100644 --- a/owl/webapp_zh.py +++ b/owl/webapp_zh.py @@ -12,7 +12,7 @@ # limitations under the License. # ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. ========= # Import from the correct module path -from owl.utils import run_society +from utils import run_society import os import gradio as gr import time