diff --git a/src/utils/openaicaller.py b/src/utils/openaicaller.py index df5ce97..ad98161 100644 --- a/src/utils/openaicaller.py +++ b/src/utils/openaicaller.py @@ -32,7 +32,7 @@ from openai.error import ( AuthenticationError, ServiceUnavailableError, ) -from utils.tokens import num_tokens_from_messages +from src.utils.tokens import num_tokens_from_messages class bcolors: