Add Article Summary Extension for FreshRSS (#259)
* Add LLM summarize plugin * change indent
This commit is contained in:
parent
22bda81702
commit
25906093a4
3 changed files with 18 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue