mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Done update gpt4
This code is generated by AI for AI
This commit is contained in:
parent
0256ecc517
commit
17f043945c
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ async def gpt4_chatbot(self, ctx: Message, strings):
|
|||
messages.append(json_data['message'])
|
||||
except json.JSONDecodeError:
|
||||
pass
|
||||
await msg.edit_msg(''.join(messages))
|
||||
await msg.edit_msg(''.join(messages)+"\n\n<b>Powered by:</b> <code>GPT 4o Mini</code>")
|
||||
|
||||
# Temporary Disabled For Now Until I Have Key GPT
|
||||
async def openai_chatbot(_, ctx: Message, strings):
|
||||
|
|
|
|||
Loading…
Reference in a new issue