From 06aecfc77bf0db40509a628246b07fcd436614d5 Mon Sep 17 00:00:00 2001 From: ned Date: Mon, 3 Jul 2023 22:38:14 +0200 Subject: [PATCH] fix another import --- bot/openai_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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