17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"dify_api_base": "https://api.dify.ai/v1",
|
|
"dify_api_key": "app-xxx",
|
|
"dify_app_type": "chatbot",
|
|
"dify_convsersation_max_messages": 5,
|
|
"channel_type": "wx",
|
|
"model": "dify",
|
|
"single_chat_prefix": [""],
|
|
"single_chat_reply_prefix": "",
|
|
"group_chat_prefix": [
|
|
"@bot"
|
|
],
|
|
"group_name_white_list": [
|
|
"ALL_GROUP"
|
|
]
|
|
}
|