change davinci position on handlers time is not working

This commit is contained in:
Pavel_Duron 2023-02-06 23:10:13 +10:00
parent 8d2ebff6f3
commit 67145b9657
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
from handlers import pipisa
from handlers import davinci
from handlers import time_new_year
from handlers import sendalarm
from handlers import start_help
from handlers import davinci

View File

@ -18,7 +18,7 @@ async def send(message: types.Message):
frequency_penalty=0.0,
presence_penalty=0.6,
stop=["сброс"]
)
)
await message.reply(response['choices'][0]['text'])