From 47259768bdde0451b4531a239b556fccd452e566 Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 6 Mar 2023 14:59:08 +0100 Subject: [PATCH] Update makeprompt.py --- code/makeprompt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/makeprompt.py b/code/makeprompt.py index 30455e1..2885ba8 100644 --- a/code/makeprompt.py +++ b/code/makeprompt.py @@ -135,6 +135,7 @@ async def chat_process(self, message): should_break = False #react with a red cross await message.add_reaction("❌") + debug("AI said 'as an ai language model...'") if response == None: should_break = False if should_break: break await asyncio.sleep(5)