mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
6 lines
122 B
Python
6 lines
122 B
Python
|
|
from src.utils.openaicaller import openai_caller
|
||
|
|
|
||
|
|
|
||
|
|
async def openaiChat(messages, function):
|
||
|
|
caller = openai_caller()
|