diff --git a/chatGpt/chatgpt.py b/chatGpt/chatgpt.py index 7bfa8c7..bdf84b8 100644 --- a/chatGpt/chatgpt.py +++ b/chatGpt/chatgpt.py @@ -29,7 +29,8 @@ class ChatGpt(commands.Cog): return await ctx.send("The openai email and password keys have not been set.") config = { "email": openAiKeys.get("email"), - "password": openAiKeys.get("password"), + "password": openAiKeys.get("password"), + "Authorization": None, } return config