Files
chatgpt-on-wechat/config.json
2022-12-17 23:08:08 +08:00

8 lines
228 B
JSON

{
"open_ai_api_key": "${YOUR API KEY}$",
"single_chat_prefix": ["bot", "@bot"],
"single_chat_reply_prefix": "[bot] ",
"group_chat_prefix": ["@bot"],
"group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"]
}