From 17f043945c5051e3c558bc2ff853813f12201619 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Fri, 9 Aug 2024 10:51:27 +0700 Subject: [PATCH] Done update gpt4 This code is generated by AI for AI --- misskaty/plugins/chatbot_ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/chatbot_ai.py b/misskaty/plugins/chatbot_ai.py index 8e8a1bb4..ccb1870a 100644 --- a/misskaty/plugins/chatbot_ai.py +++ b/misskaty/plugins/chatbot_ai.py @@ -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\nPowered by: GPT 4o Mini") # Temporary Disabled For Now Until I Have Key GPT async def openai_chatbot(_, ctx: Message, strings):