mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-10-15 08:03:51 -04:00
Add zenfeed (#442)
This commit is contained in:
parent
07c34383ea
commit
66e93061a6
8 changed files with 55 additions and 0 deletions
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)
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue