change config style

This commit is contained in:
Juni
2022-12-05 13:40:04 -05:00
parent bc5562ebf5
commit 6d67b59b7e
2 changed files with 9 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
{
"AUTHOR" : "Juni (juniteevee)",
"DESCRIPTION" : "Enable chatting with bot using OpenAi ChatGPT",
"DISABLED" : false,
"SHORT" : "Enable chatting with bot using OpenAi ChatGPT",
"NAME" : "Chat-Gpt",
"INSTALL_CMD" : "ChatGPT. Install at own risk",
"REQUIREMENTS" : ["revChatGPT"]
"author" : "Juni (juniteevee)",
"description" : "Enable chatting with bot using OpenAi ChatGPT",
"short" : "Enable chatting with bot using OpenAi ChatGPT",
"install_msg" : "ChatGPT. Install at own risk",
"requirements" : ["revChatGPT"]
}