Add Article Summary Extension for FreshRSS (#259)

* Add LLM summarize plugin

* change indent
This commit is contained in:
哎呀伟 2024-11-19 17:58:06 +08:00 committed by GitHub
parent 22bda81702
commit 25906093a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

View file

@ -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",