fix: adjust log level

This commit is contained in:
zhayujie
2022-12-20 22:25:03 +08:00
parent 8b230596cf
commit 71b4cf57c3
4 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
{
"open_ai_api_key": "YOUR API KEY",
"single_chat_prefix": ["bt", "@bt"],
"single_chat_prefix": ["bot", "@bot"],
"single_chat_reply_prefix": "[bot] ",
"group_chat_prefix": ["@bt"],
"group_chat_prefix": ["@bot"],
"group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"],
"image_create_prefix": ["画", "看", "找"]
}