fix(openaicaller.py): fix import statement for num_tokens_from_messages to use the correct path

This commit is contained in:
Paillat
2023-08-02 20:16:55 +02:00
parent 94ced79a21
commit f842fa8133

View File

@@ -32,7 +32,7 @@ from openai.error import (
AuthenticationError, AuthenticationError,
ServiceUnavailableError, ServiceUnavailableError,
) )
from utils.tokens import num_tokens_from_messages from src.utils.tokens import num_tokens_from_messages
class bcolors: class bcolors: