bring it back
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-17 15:18:56 +10:00
parent 08cc6b40c1
commit d427d189b1
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
from handlers import pipisa from handlers import pipisa
#from handlers import davinci #### токены рип 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

View File

@ -2,8 +2,10 @@ import openai
from aiogram import types, Dispatcher from aiogram import types, Dispatcher
from create_bot import dp, bot from create_bot import dp, bot
token = '5947963644:AAF_GKgMmU5ovqMpc1KXIpcf4aN0JMyKPqc' token = '5947963644:AAF_GKgMmU5ovqMpc1KXIpcf4aN0JMyKPqc'
openai.api_key = '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' ;openai.api_key = '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'
openai.api_key = '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'
@dp.message_handler() @dp.message_handler()
async def send(message: types.Message): async def send(message: types.Message):