This release adds a bunch of article summarizer options.
Added
- Article summarizers
- Anthropic
- Mistral
- DeepSeek
- OpenAI-compatible
- Any LLM provider with an OpenAI-compatible API can be used to summarize articles.
- Summaries can now be generated on the demo instance: https://www.upvote-rss.com
Fixed
SUMMARY_TEMPERATURE
SUMMARY_MAX_TOKENS
should work as expected for Ollama now.
Changed
- Moved summarizer logic into a
SummarizerFactory
class for better maintainability.
Full Changelog: v1.4.1...v1.5.0