Merge pull request #7 from versun/main

Add RSS Translator Application
This commit is contained in:
DillionMango 2024-05-12 23:04:39 +08:00 committed by GitHub
commit 7146eb9b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 38 additions and 2 deletions

View File

@ -38,6 +38,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/enconvo/README.md"> Enconvo </a> </td>
<td> Enconvo is the Launcher of the AI era, the entry point for all AI functions, and a thoughtful intelligent assistant.</td>
</tr>
<tr>
<td> <img src="https://raw.githubusercontent.com/rss-translator/RSS-Translator/main/core/static/favicon.ico" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/rss_translator/README.md"> RSS Translator </a> </td>
<td> Translate and Access RSS Feeds in Your Language. </td>
</tr>
</table>
### IM Application Plugins

View File

@ -34,12 +34,14 @@
<td> 一款可以在 iPhone 或 iPad 上使用的 AI 助手 </td>
</tr>
<tr>
<td> <img src="https://raw.githubusercontent.com/rss-translator/RSS-Translator/main/core/static/favicon.ico" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="hhttps://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/rss_translator/README_cn.md"> RSS翻译器 </a> </td>
<td> 开源、简洁、可自部署的RSS翻译器 </td>
</tr>
<td> <img src="https://raw.githubusercontent.com/ysnows/enconvo_media/main/logo.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/enconvo/README_cn.md"> Enconvo </a> </td>
<td> Enconvo是AI时代的启动器,是所有AI功能的入口,也是一位体贴的智能助理.</td>
</tr>
</table>
### 即时通讯插件

View File

@ -0,0 +1,15 @@
<img src="https://raw.githubusercontent.com/rss-translator/RSS-Translator/main/core/static/favicon.ico" width="64" height="auto" />
# [RSS Translator](https://rsstranslator.com/en/)
RSS Translator is an open source, self-hosted application. Translates title or content, provides AI summaries and generates a new translated feed
## UI
![UI](assets/ui.png)
## Integrate with Deepseek API
![add_translator](assets/add_translator.png)
![add_openai](assets/add_openai.png)

View File

@ -0,0 +1,14 @@
<img src="https://raw.githubusercontent.com/rss-translator/RSS-Translator/main/core/static/favicon.ico" width="64" height="auto" />
# [RSS翻译器](https://rsstranslator.com/)
一个开源、简洁、可自部署的RSS翻译器可翻译标题/内容、AI总结并输出翻译后的RSS订阅链接。
## UI
![UI](assets/ui.png)
## 配置 deepseek API
![add_translator](assets/add_translator.png)
![add_openai](assets/add_openai.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB