From 61171d5dbb4866ea1fd5d1d32dcc8218ac26ede6 Mon Sep 17 00:00:00 2001 From: phixxy Date: Wed, 8 May 2024 11:45:34 -0700 Subject: [PATCH] fixed requirements and a bug with config --- cogs/chatgpt.py | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cogs/chatgpt.py b/cogs/chatgpt.py index ef1a392..5a4c2df 100644 --- a/cogs/chatgpt.py +++ b/cogs/chatgpt.py @@ -249,6 +249,7 @@ class ChatGPT(commands.Cog): "chat_history_len":5, "react_to_msgs":False, "log_images":False, + "llama_enabled":False } with open(filepath,"w") as f: diff --git a/requirements.txt b/requirements.txt index 1f546ee..16facb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ aioftp asyncssh psutil aiofiles -inky \ No newline at end of file +inky +wakeonlan \ No newline at end of file