Translate and summarize FreshRSS entry content into Chinese using an OpenAI-compatible API.
- Copy this folder to your FreshRSS extensions directory:
/var/www/FreshRSS/extensions/freshrss-translate-summary - In FreshRSS, go to Settings -> Extensions and enable freshrss-translate-summary.
- Go to Settings -> Extensions.
- Click Configure on freshrss-translate-summary.
- Fill in:
- API Base URL (example:
https://api.openai.com/v1) - API Key
- Model Name (example:
gpt-4o) - Translate Prompt (system prompt)
- Summary Prompt (system prompt)
- API Base URL (example:
- Save.
Open an article and click Translate or Summary below the title. The translated HTML or summary is inserted into the article view.
- Translation and summary happen only when you click the button.
Inspired by xExtension-ArticleSummary