diff options
author | 2024-08-20 02:15:49 +0800 | |
---|---|---|
committer | 2024-08-20 02:15:49 +0800 | |
commit | d54442dec72fd8c22cee22ec43298db57f9d78b3 (patch) | |
tree | 1518803c09b74cf24f35856c782c24c747af0593 | |
parent | 309e685238c3865d0bc841efb78f80f8d6633c02 (diff) | |
download | miniflux-ai-d54442dec72fd8c22cee22ec43298db57f9d78b3.tar.gz miniflux-ai-d54442dec72fd8c22cee22ec43298db57f9d78b3.tar.zst miniflux-ai-d54442dec72fd8c22cee22ec43298db57f9d78b3.zip |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ # miniflux-ai Miniflux with AI -This project fetches RSS subscription content from Miniflux via API and utilizes a large language model (LLM) to generate summaries, translations, etc. The configuration file allows for easy customization and addition of LLM agents. - <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/472306c8-cdd2-4325-8655-04ba7e6045e5"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/ae99a06f-47b4-4de7-9373-4b82f5102b7e"> - <img alt="miniflux UI" src="https://github.com/user-attachments/assets/ae99a06f-47b4-4de7-9373-4b82f5102b7e" width="400" > + <img align="right" alt="miniflux UI" src="https://github.com/user-attachments/assets/ae99a06f-47b4-4de7-9373-4b82f5102b7e" width="400" > </picture> +This project fetches RSS subscription content from Miniflux via API and utilizes a large language model (LLM) to generate summaries, translations, etc. The configuration file allows for easy customization and addition of LLM agents. + ## Features - **Miniflux Integration**: Seamlessly fetch unread entries from Miniflux. |