diff --git a/README.md b/README.md index d6ccbe1..a9684ba 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ There are some FreshRSS extensions out there, developed by community members: ### 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. +* [ArticleSummary](https://github.com/LiangWei88/xExtension-ArticleSummary): Generate article summaries using OpenAI-compatible language model APIs. Supports both OpenAI and Ollama providers with a user-friendly configuration interface. ### By [@Niehztog](https://github.com/Niehztog) diff --git a/extensions.json b/extensions.json index 31a5d6c..3f3776e 100644 --- a/extensions.json +++ b/extensions.json @@ -15,8 +15,8 @@ { "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.2", + "description": "Generate article summaries using OpenAI-compatible language model APIs. Supports both OpenAI and Ollama providers with a user-friendly configuration interface.", + "version": "0.5.0", "entrypoint": "ArticleSummary", "type": "user", "url": "https://github.com/LiangWei88/xExtension-ArticleSummary",