mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-06-26 18:17:29 +00:00
Add zenfeed (#442)
This commit is contained in:
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 |
Reference in New Issue
Block a user