config.json.template 1023 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "python",
  14. "url-get",
  15. "terminal",
  16. "meteo-weather"
  17. ],
  18. "kwargs": {
  19. "top_k_results": 2,
  20. "no_default": false,
  21. "model_name": "gpt-3.5-turbo"
  22. }
  23. },
  24. "linkai": {
  25. "group_app_map": {
  26. "测试群1": "default",
  27. "测试群2": "Kv2fXJcH"
  28. },
  29. "midjourney": {
  30. "enabled": true,
  31. "auto_translate": true,
  32. "img_proxy": true,
  33. "max_tasks": 3,
  34. "max_tasks_per_user": 1,
  35. "use_image_create_prefix": true
  36. },
  37. "summary": {
  38. "enabled": true,
  39. "group_enabled": true,
  40. "max_file_size": 5000,
  41. "type": ["FILE", "SHARING"]
  42. }
  43. }
  44. }