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,
|
"chat_history_len":5,
|
||||||
"react_to_msgs":False,
|
"react_to_msgs":False,
|
||||||
"log_images":False,
|
"log_images":False,
|
||||||
|
"llama_enabled":False
|
||||||
}
|
}
|
||||||
|
|
||||||
with open(filepath,"w") as f:
|
with open(filepath,"w") as f:
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,4 @@ asyncssh
|
||||||
psutil
|
psutil
|
||||||
aiofiles
|
aiofiles
|
||||||
inky
|
inky
|
||||||
|
wakeonlan
|
||||||
Loading…
Add table
Add a link
Reference in a new issue