fixed requirements and a bug with config
This commit is contained in:
parent
edf3717c84
commit
61171d5dbb
2 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@ aioftp
|
|||
asyncssh
|
||||
psutil
|
||||
aiofiles
|
||||
inky
|
||||
inky
|
||||
wakeonlan
|
||||
Loading…
Add table
Add a link
Reference in a new issue