diff --git a/bot/openai_helper.py b/bot/openai_helper.py index 11f8e4e..eff21ac 100644 --- a/bot/openai_helper.py +++ b/bot/openai_helper.py @@ -14,7 +14,7 @@ from calendar import monthrange from tenacity import retry, stop_after_attempt, wait_fixed, retry_if_exception_type -from bot.utils import is_direct_result +from utils import is_direct_result from plugin_manager import PluginManager # Models can be found here: https://platform.openai.com/docs/models/overview