A method for automatically generating miniflux RSS article AI summaries using the OpenAI API #2825
zhu327
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Very cool! I think I might fork this later to play around with it. I'm amazed that this is all free. It looks like the model is limited to 150 requests per minute so you could process a lot of articles with this too. I wonder if you could trigger the worker to process every new batch of articles with the miniflux I'm curious why you limited the articles it summarizes to only websites in a whitelist? And, why don't you summarize articles that contain a code block? That would exclude the majority of the entries in my feed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I've built a small tool using Rust that automatically generates AI summaries for Miniflux RSS articles using the OpenAI API. It can be deployed for free on Cloudflare Workers and utilizes Cloudflare Workers AI's LLM to generate AI summaries at no cost.
https://github.com/zhu327/miniflux-ai
Beta Was this translation helpful? Give feedback.
All reactions