change davinci position on handlers time is not working
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8d2ebff6f3
commit
67145b9657
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
from handlers import pipisa
|
from handlers import pipisa
|
||||||
|
from handlers import davinci
|
||||||
from handlers import time_new_year
|
from handlers import time_new_year
|
||||||
from handlers import sendalarm
|
from handlers import sendalarm
|
||||||
from handlers import start_help
|
from handlers import start_help
|
||||||
from handlers import davinci
|
|
||||||
|
@ -18,7 +18,7 @@ async def send(message: types.Message):
|
|||||||
frequency_penalty=0.0,
|
frequency_penalty=0.0,
|
||||||
presence_penalty=0.6,
|
presence_penalty=0.6,
|
||||||
stop=["сброс"]
|
stop=["сброс"]
|
||||||
)
|
)
|
||||||
await message.reply(response['choices'][0]['text'])
|
await message.reply(response['choices'][0]['text'])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user