feat: picture auto-generate

This commit is contained in:
zhayujie
2022-12-19 01:25:34 +08:00
parent 06065853a9
commit bf50694658
9 changed files with 186 additions and 64 deletions

8
config-template.json Normal file
View File

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