config.yml.example 509 B

1234567891011121314151617181920212223242526
  1. bot:
  2. token: null
  3. timeout: 10
  4. forwarding:
  5. moderation_chat_id: null
  6. publication_chat_id: null
  7. message_template: "<b>Сообщение из предложки</b>\n\n<blockquote>{text}</blockquote>"
  8. types:
  9. - text
  10. - photo
  11. - video
  12. openai:
  13. api_key: null
  14. timeout: 10
  15. max_retries: 0
  16. moderation:
  17. enabled: true
  18. model: gpt-5-mini
  19. types:
  20. - links
  21. - omni
  22. - gpt
  23. logging:
  24. level: INFO
  25. fmt: '%(asctime)s.%(msecs)03d %(levelname)s [%(name)s] %(message)s'
  26. date_fmt: '%Y-%m-%d %H:%M:%S'