mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +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,
|
AuthenticationError,
|
||||||
ServiceUnavailableError,
|
ServiceUnavailableError,
|
||||||
)
|
)
|
||||||
from utils.tokens import num_tokens_from_messages
|
from src.utils.tokens import num_tokens_from_messages
|
||||||
|
|
||||||
|
|
||||||
class bcolors:
|
class bcolors:
|
||||||
|
|||||||
Reference in New Issue
Block a user