mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-15 16:25:52 +08:00
9 lines
273 B
JSON
9 lines
273 B
JSON
{
|
|
"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": ["画", "看", "找"]
|
|
}
|