mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-28 06:29:04 -04:00
Add zenfeed (#442)
This commit is contained in:
parent
07c34383ea
commit
66e93061a6
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
15
docs/zenfeed/README.md
Normal 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
15
docs/zenfeed/README_cn.md
Normal 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)
|
||||
```
|
BIN
docs/zenfeed/assets/icon.png
Normal file
BIN
docs/zenfeed/assets/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
Loading…
Reference in New Issue
Block a user