config-template.json 431 B

12345678910111213141516
  1. {
  2. "dify_api_base": "https://api.dify.ai/v1",
  3. "dify_api_key": "app-xxx",
  4. "dify_app_type": "chatbot",
  5. "channel_type": "wx",
  6. "model": "dify",
  7. "single_chat_prefix": [""],
  8. "single_chat_reply_prefix": "",
  9. "group_chat_prefix": ["@bot"],
  10. "group_name_white_list": ["ALL_GROUP"],
  11. "image_recognition": true,
  12. "speech_recognition": true,
  13. "voice_reply_voice": true,
  14. "voice_to_text": "dify",
  15. "text_to_voice": "dify"
  16. }