deepseek-integration
Installation
SKILL.md
DeepSeek Integration Skill
Expert guidance for integrating DeepSeek API with reqwest HTTP client, streaming responses, and error handling.
Overview
WeReply uses DeepSeek API to generate reply suggestions:
- HTTP Client: reqwest with connection pooling
- API Endpoint:
https://api.deepseek.com/v1/chat/completions - Authentication: API key via Bearer token
- Response Format: JSON (non-streaming) or Server-Sent Events (streaming)
- Configuration: API key stored in system keychain