mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 17:24:55 +00:00
fix(openaicaller.py): fix import statement for num_tokens_from_messages to use the correct path
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user