config.json.template 257 B

123456789101112
  1. [
  2. {
  3. "app_name": "xx应用",
  4. "app_type": "chatbot",
  5. "api_base": "https://api.dify.ai/v1",
  6. "api_key": "app-xx",
  7. "use_on_single_chat": false,
  8. "group_name_keywords": [
  9. "测试群"
  10. ]
  11. }
  12. ]