From 13a83f88ba8d872d5e78b122c3da43d294cb00c8 Mon Sep 17 00:00:00 2001 From: thedragonsinn <98635854+thedragonsinn@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:17:53 +0530 Subject: [PATCH] AI PLUGIN IS READY. --- app/plugins/misc/gemini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/misc/gemini.py b/app/plugins/misc/gemini.py index b70681a..1384fee 100644 --- a/app/plugins/misc/gemini.py +++ b/app/plugins/misc/gemini.py @@ -83,7 +83,7 @@ async def ai_chat(bot: BOT, message: Message): "Give an input to continue Convo and Reply to a Valid History file." ) return - resp = await message.reply("Loading History...") + resp = await message.reply("Loading History...") try: doc = (await reply.download(in_memory=True)).getbuffer() history = pickle.loads(doc)