mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Fix ENV NAME
This commit is contained in:
parent
e7f5492496
commit
b09c49d1cb
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ async def openai_chatbot(_, ctx: Message, strings):
|
|||
is_in_gap, _ = await check_time_gap(uid)
|
||||
if is_in_gap and (uid not in SUDO):
|
||||
return await ctx.reply_msg(strings("dont_spam"), del_in=5)
|
||||
ai = AsyncOpenAI(api_key=OPENAI_API)
|
||||
ai = AsyncOpenAI(api_key=OPENAI_KEY)
|
||||
pertanyaan = ctx.input
|
||||
msg = await ctx.reply_msg(strings("find_answers_str"), quote=True)
|
||||
num = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue