From c7a3fd48d0bfc9069ecb6c1fbf11166373d1d191 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 9 Feb 2023 21:18:23 +0100 Subject: [PATCH] Update makeprompt.py --- code/makeprompt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/makeprompt.py b/code/makeprompt.py index b548937..29b2ab5 100644 --- a/code/makeprompt.py +++ b/code/makeprompt.py @@ -129,7 +129,6 @@ To include IMAGES, botator does [image:"here a short title of the image"], then prompt = prompt + f"\n{self.bot.user.name} ({now.strftime('%Y-%m-%d %H:%M:%S')}):" openai.api_key = api_key #we can try up to 10 times to get a response from the API - await message.channel.send(f"```diff\n-DEBUG```\n {prompt}") #debug only for i in range(10): try: response = await openai.Completion.acreate(