change davinci position on handlers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel_Duron 2023-02-06 22:45:18 +10:00
parent fb54c27514
commit 8d2ebff6f3

View File

@ -17,10 +17,9 @@ async def send(message : types.Message):
top_p=1.0, top_p=1.0,
frequency_penalty=0.0, frequency_penalty=0.0,
presence_penalty=0.6, presence_penalty=0.6,
stop=["You:"] stop=["сброс"]
) )
await message.reply(response['choices'][0]['text']) await message.reply(response['choices'][0]['text'])
else:
pass