From efb31fa67ec90fbffc65c0e403e3666299242825 Mon Sep 17 00:00:00 2001 From: Elias2660 Date: Sat, 13 Jul 2024 20:17:51 +0000 Subject: [PATCH] Automated formatting changes --- cogs/ChatBotPrompts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cogs/ChatBotPrompts.py b/cogs/ChatBotPrompts.py index a4b14e1..5e9b9c4 100644 --- a/cogs/ChatBotPrompts.py +++ b/cogs/ChatBotPrompts.py @@ -29,7 +29,9 @@ async def simple_query( elif "claude" in model: response = gptFunctions.perform_claude_query(query=message, model=model) elif "llama" in model or "mixtral" in model: - response = gptFunctions.perform_llama_or_mixtral_query(query=message, model=model) + response = gptFunctions.perform_llama_or_mixtral_query( + query=message, model=model + ) embed = discord.Embed(title="Chatbot Prompt", color=discord.Color.blue()) embed.set_author(