config.json.template 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "godcmd": {
  3. "password": "",
  4. "admin_users": []
  5. },
  6. "banwords": {
  7. "action": "replace",
  8. "reply_filter": true,
  9. "reply_action": "ignore"
  10. },
  11. "tool": {
  12. "tools": [
  13. "url-get",
  14. "meteo-weather"
  15. ],
  16. "kwargs": {
  17. "top_k_results": 2,
  18. "no_default": false,
  19. "model_name": "gpt-3.5-turbo"
  20. }
  21. },
  22. "linkai": {
  23. "group_app_map": {
  24. "测试群1": "default",
  25. "测试群2": "Kv2fXJcH"
  26. },
  27. "midjourney": {
  28. "enabled": true,
  29. "auto_translate": true,
  30. "img_proxy": true,
  31. "max_tasks": 3,
  32. "max_tasks_per_user": 1,
  33. "use_image_create_prefix": true
  34. },
  35. "summary": {
  36. "enabled": true,
  37. "group_enabled": true,
  38. "max_file_size": 5000,
  39. "type": ["FILE", "SHARING"]
  40. }
  41. },
  42. "hello": {
  43. "group_welc_fixed_msg": {
  44. "群聊1": "群聊1的固定欢迎语",
  45. "群聊2": "群聊2的固定欢迎语"
  46. },
  47. "group_welc_prompt": "请你随机使用一种风格说一句问候语来欢迎新用户\"{nickname}\"加入群聊。",
  48. "group_exit_prompt": "请你随机使用一种风格跟其他群用户说他违反规则\"{nickname}\"退出群聊。",
  49. "patpat_prompt": "请你随机使用一种风格介绍你自己,并告诉用户输入#help可以查看帮助信息。",
  50. "use_character_desc": false
  51. },
  52. "Apilot": {
  53. "alapi_token": "xxx",
  54. "morning_news_text_enabled": false
  55. }
  56. }