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

@@ -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'])