mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-12 18:29:21 +08:00
10 lines
307 B
JSON
10 lines
307 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"],
|
|
"image_create_prefix": ["画", "看", "找"],
|
|
"conversation_max_tokens": 3000
|
|
}
|