Done update gpt4

This code is generated by AI for AI
This commit is contained in:
Yasir Aris M 2024-08-09 10:51:27 +07:00 committed by GitHub
parent 0256ecc517
commit 17f043945c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,7 +104,7 @@ async def gpt4_chatbot(self, ctx: Message, strings):
messages.append(json_data['message']) messages.append(json_data['message'])
except json.JSONDecodeError: except json.JSONDecodeError:
pass 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 # Temporary Disabled For Now Until I Have Key GPT
async def openai_chatbot(_, ctx: Message, strings): async def openai_chatbot(_, ctx: Message, strings):