From f96403d1b6218a54dc905631813cfbcb8379313d Mon Sep 17 00:00:00 2001 From: Paillat Date: Tue, 29 Nov 2022 15:20:56 +0100 Subject: [PATCH] Update code.py --- code/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/code.py b/code/code.py index 42cb55c..ae27fcc 100644 --- a/code/code.py +++ b/code/code.py @@ -104,7 +104,7 @@ async def advanced(ctx, max_tokens=None, temperature=None, frequency_penalty=Non await ctx.respond("This server is not setup, please run /setup", ephemeral=True) return #save the current settings into a list: is_active, max_tokens, temperature, frequency_penalty, presence_penalty, prompt_size, prompt_prefix - debug(f"Current settings: {c.fetchone()[4]}") + print(c.fetchone()) current_settings = [c.fetchone()[4], c.fetchone()[5], c.fetchone()[6], c.fetchone()[7], c.fetchone()[9]] #get the new settings if max_tokens is None: