14 lines
377 B
JSON
14 lines
377 B
JSON
{
|
|
"dify_api_base": "https://api.dify.ai/v1",
|
|
"dify_api_key": "app-xxx",
|
|
"dify_app_type": "chatbot",
|
|
"channel_type": "wx",
|
|
"model": "dify",
|
|
"single_chat_prefix": [""],
|
|
"single_chat_reply_prefix": "",
|
|
"group_chat_prefix": ["@bot"],
|
|
"group_name_white_list": ["ALL_GROUP"],
|
|
"accept_friend_commands": ["加好友"],
|
|
"group_exit_msg": "退群聊通知文案"
|
|
}
|