config.yml.example 536 B

1234567891011121314151617181920212223242526272829303132
  1. bot:
  2. token: null
  3. timeout: 15
  4. behavior:
  5. slowmode:
  6. enabled: true
  7. mode: user
  8. delay: 120
  9. subscription_requirement:
  10. enabled: false
  11. channel_ids: null
  12. forwarding:
  13. moderation_chat_ids: null
  14. publication_channel_ids: null
  15. types:
  16. - text
  17. - photo
  18. - video
  19. openai:
  20. api_key: null
  21. timeout: 60
  22. max_retries: 0
  23. moderation:
  24. enabled: true
  25. model: gpt-5-mini
  26. types:
  27. - omni
  28. - gpt
  29. logging:
  30. level: INFO
  31. fmt: '%(asctime)s.%(msecs)03d %(levelname)s [%(name)s] %(message)s'
  32. date_fmt: '%Y-%m-%d %H:%M:%S'