fixed requirements and a bug with config

This commit is contained in:
phixxy 2024-05-08 11:45:34 -07:00
parent edf3717c84
commit 61171d5dbb
2 changed files with 3 additions and 1 deletions

View file

@ -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:

View file

@ -7,4 +7,5 @@ aioftp
asyncssh
psutil
aiofiles
inky
inky
wakeonlan