钉钉 + DeepSeek:零成本打造企业级 AI 客服系统
为什么选 DeepSeek?
| 模型 | 价格(每百万 token) | 中文能力 |
|---|---|---|
| GPT-4 | ¥210 | ⭐⭐⭐ |
| Claude 3 | ¥105 | ⭐⭐⭐ |
| DeepSeek V3 | ¥2 | ⭐⭐⭐⭐⭐ |
DeepSeek 是性价比之王,中文能力最强!
系统架构
钉钉群消息 → dingtalk-connector-pro → DeepSeek API → 自动回复
↓
企业知识库(RAG)
10 分钟部署
# 1. 克隆项目
git clone https://github.com/yang1002378395-cmyk/dingtalk-connector-pro.git
# 2. 安装依赖
cd dingtalk-connector-pro && npm install
# 3. 配置
cp config.example.yaml config.yaml
# 编辑 config.yaml,填入 DeepSeek API Key
# 4. 启动
npm run start
成本估算
| 项目 | 月费用 |
|---|---|
| DeepSeek API | ¥100-500 |
| 服务器 | ¥100 |
| 总计 | ¥200-600/月 |
对比官方方案:¥4,000+/月
开源地址
#钉钉 #DeepSeek #AI客服 #开源