DeepSeek + 钉钉:打造企业级 AI 助手(成本 ¥10/月)

6 阅读1分钟

DeepSeek + 钉钉:打造企业级 AI 助手(成本 ¥10/月)

为什么选 DeepSeek?

模型价格(元/万 tokens)
GPT-4o¥140
Claude Sonnet¥99
DeepSeek¥1.08

DeepSeek 比 GPT-4o 便宜 130 倍

方案架构

钉钉群消息
    ↓
钉钉 Stream API
    ↓
OpenClaw 连接器
    ↓
DeepSeek API
    ↓
流式卡片回复

完整配置

1. 安装 OpenClaw

npm install -g openclaw

2. 安装连接器

curl -fsSL https://raw.githubusercontent.com/yang1002378395-cmyk/dingtalk-connector-pro/main/install-pro.sh | bash

3. 配置 DeepSeek

export OPENAI_API_KEY="你的DeepSeek API Key"
export OPENAI_BASE_URL="https://api.deepseek.com"
export OPENAI_MODEL="deepseek-chat"

4. 配置钉钉

export DINGTALK_CLIENT_ID="你的AppKey"
export DINGTALK_CLIENT_SECRET="你的AppSecret"

5. 启动

openclaw gateway start

成本分析

场景:100 人企业

项目用量成本
日均对话200 次¥2
月度对话6000 次¥60

实际成本更低

  • 不是每次都触发 AI
  • 部分对话 token 很少
  • 平均月成本 ¥10-20

对比

方案月成本
钉钉官方¥4000+
第三方 SaaS¥2000+
DeepSeek + OpenClaw¥10-20

节省 99.5%+

性能表现

指标数值
响应时间< 2 秒
流式输出支持
上下文长度64K
多轮对话支持

适用场景

1. 智能客服

  • 回答常见问题
  • 7x24 小时在线

2. IT 支持

  • VPN 连接指导
  • 系统故障排查

3. HR 咨询

  • 薪资查询
  • 制度问答

4. 产品指南

  • 使用教程
  • 功能介绍

进阶配置

自定义提示词

# ~/.openclaw/prompts/system.md

你是公司的智能助手。

职责:
- 回答员工问题
- 提供技术支持
- 记录反馈

语气:专业、友好、简洁

知识库

# 添加公司文档
cp company-docs/*.md ~/.openclaw/knowledge/

项目地址github.com/yang1002378…

有问题欢迎交流 👇