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