config.yml.example 531 B

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