diff --git a/README.md b/README.md index 07ef0a9..1eb4b83 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@lukasMega](https://github.com/lukasMega) * [Word Highlighter](https://github.com/lukasMega/Extensions-FreshRSS-): Gives you ability to highlight user-defined words (using [mark.js](https://github.com/julkue/mark.js)) + +### By [@LiangWei88](https://github.com/LiangWei88) + +* [ArticleSummary](https://github.com/LiangWei88/xExtension-ArticleSummary): A powerful article summarization plugin for FreshRSS that allows users to generate summaries using a language model API conforming to the OpenAI API specification. diff --git a/extensions.json b/extensions.json index 1101401..59cc7c2 100644 --- a/extensions.json +++ b/extensions.json @@ -276,6 +276,17 @@ "method": "git", "directory": "." }, + { + "name": "ArticleSummary", + "author": "Liang", + "description": "A powerful article summarization plugin for FreshRSS that allows users to generate summaries using a language model API conforming to the OpenAI API specification.", + "version": 0.1, + "entrypoint": "ArticleSummary", + "type": "user", + "url": "https://github.com/LiangWei88/xExtension-ArticleSummary", + "method": "git", + "directory": "." + }, { "name": "Pocket Button", "author": "Christian Putzke", diff --git a/repositories.json b/repositories.json index b01bbd1..402560b 100644 --- a/repositories.json +++ b/repositories.json @@ -88,4 +88,7 @@ }, { "url": "https://github.com/kalvn/freshrss-mark-previous-as-read", "type": "git" +}, { + "url": "https://github.com/LiangWei88/xExtension-ArticleSummary", + "type": "git" }]