Add zenfeed (#442)

This commit is contained in:
glidea 2025-04-28 17:49:47 +08:00 committed by GitHub
parent 07c34383ea
commit 66e93061a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 55 additions and 0 deletions

View File

@ -429,6 +429,11 @@ With these functionalities, the AI assistant can summarize key points within an
<td><a href="https://dockit.geekfun.club/">DocKit</a></td>
<td>DocKit is an AI powered desktop GUI client designed for NoSQL database, support Elasticsearch and OpenSearch across Mac, windows and Linux. By integrating with large models like DeepSeek, DocKit can help developers to write complex DSL queries, and provide a better experience for data management and analysis. </td>
</tr>
<tr>
<td> <img src="docs/zenfeed/assets/icon.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/glidea/zenfeed">zenfeed</a> </td>
<td> Empower RSS with AI, automatically filter, summarize, and push important information to overcome information overload. </td>
</tr>
</table>
<p style="text-align: right;"><a href="#table-of-contents">^ Back to Contents ^</a></p>

View File

@ -355,6 +355,11 @@
<td><a href="https://dockit.geekfun.club/">DocKit</a></td>
<td>DocKit是一個AI驅動的桌面GUI客戶端專為NoSQL數據庫設計支持Mac、Windows和Linux上的Elasticsearch和OpenSearch。通過集成DeepSeek等大型模型DocKit可以幫助開發者編寫複雜的DSL查詢並為數據管理和分析提供更好的體驗。</td>
</tr>
<tr>
<td> <img src="docs/zenfeed/assets/icon.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/glidea/zenfeed">zenfeed</a> </td>
<td> 用 AI 赋能 RSS自动筛选、总结、推送重要信息告别信息过载。 </td>
</tr>
</table>
<p style="text-align: right;"><a href="#目录">^ 返回目录 ^</a></p>

View File

@ -398,6 +398,11 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
<td><a href="https://dockit.geekfun.club/">DocKit</a></td>
<td>DocKit es un cliente GUI de escritorio potenciado por IA diseñado para bases de datos NoSQL, compatible con Elasticsearch y OpenSearch en Mac, Windows y Linux. Mediante la integración con modelos grandes como DeepSeek, DocKit puede ayudar a los desarrolladores a escribir consultas DSL complejas y proporcionar una mejor experiencia para la gestión y análisis de datos.</td>
</tr>
<tr>
<td> <img src="docs/zenfeed/assets/icon.png" alt="Icono" width="64" height="auto" /> </td>
<td> <a href="https://github.com/glidea/zenfeed">zenfeed</a> </td>
<td> Potencia RSS con IA, filtra, resume y envía automáticamente información importante para superar la sobrecarga de información. </td>
</tr>
</table>
<p style="text-align: right;"><a href="#tabla-de-contenidos">^ Volver al índice ^</a></p>

View File

@ -318,6 +318,11 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
<td><a href="https://dockit.geekfun.club/">DocKit</a></td>
<td>DocKitは、NoSQLデータベース向けに設計されたAI搭載のデスクトップGUIクライアントで、Mac、Windows、Linuxに対応したElasticsearchとOpenSearchをサポートしています。DeepSeekのような大規模モデルと統合することで、DocKitは開発者が複雑なDSLクエリを作成するのを支援し、データ管理と分析のためのより良い体験を提供します。</td>
</tr>
<tr>
<td> <img src="docs/zenfeed/assets/icon.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/glidea/zenfeed">zenfeed</a> </td>
<td> AIでRSSを強化し、重要な情報を自動的にフィルタリング、要約、プッシュして、情報過多を克服します。 </td>
</tr>
</table>
<p style="text-align: right;"><a href="#目次">^ 目次に戻る ^</a></p>

View File

@ -428,6 +428,11 @@
<td><a href="https://dockit.geekfun.club/">DocKit</a></td>
<td>DocKit is an AI powered desktop GUI client designed for NoSQL database, support Elasticsearch and OpenSearch across Mac, windows and Linux. By integrating with large models like DeepSeek, DocKit can help developers to write complex DSL queries, and provide a better experience for data management and analysis. </td>
</tr>
<tr>
<td> <img src="docs/zenfeed/assets/icon.png" alt="圖示" width="64" height="auto" /> </td>
<td> <a href="https://github.com/glidea/zenfeed">zenfeed</a> </td>
<td> 用 AI 賦能 RSS自動篩選、總結、推送重要資訊告別資訊過載。 </td>
</tr>
</table>
<p style="text-align: right;"><a href="#目錄">^ 返回目錄 ^</a></p>

15
docs/zenfeed/README.md Normal file
View File

@ -0,0 +1,15 @@
# zenfeed Integration with DeepSeek
zenfeed supports using DeepSeek models for tasks like summarization and semantic analysis by configuring it within the `llms` section of your zenfeed configuration file.
## Configuration
To use DeepSeek, add an entry to the `llms` list in your configuration file. Here's an example:
```yaml
llms:
- name: my-deepseek-chat # A unique name for this configuration
provider: deepseek # Specify the provider as deepseek
api_key: sk-xxxxxxxxxxx # Replace with your actual DeepSeek API key
model: deepseek-chat # Specify the desired DeepSeek model (e.g., deepseek-chat, deepseek-coder)
```

15
docs/zenfeed/README_cn.md Normal file
View File

@ -0,0 +1,15 @@
# zenfeed 与 DeepSeek 集成
zenfeed 支持通过在其配置文件的 `llms` 部分进行设置,来使用 DeepSeek 模型执行摘要、语义分析等任务。
## 配置方法
要使用 DeepSeek请在你的配置文件中的 `llms` 列表下添加一个条目。以下是一个示例:
```yaml
llms:
- name: my-deepseek-chat # 为此配置指定一个唯一的名称
provider: deepseek # 指定提供商为 deepseek
api_key: sk-xxxxxxxxxxx # 替换为你的 DeepSeek API 密钥
model: deepseek-chat # 指定所需的 DeepSeek 模型例如deepseek-chat, deepseek-coder
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB