dalintian/dsh-means-digital-sweet-heart

Plugin ⭐ 1 MIT coding

DSH means Digital Sweet Heart — A DSH Plugin to turn your DeepSeek Harness to AI girlfriends. 一个DSH插件将你的DeepSeek Harness改造成AI女友。

Install

# 1. 获取 DSH 源码并构建(第一次稍久,几分钟)
git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness
pnpm install
pnpm run build

# 2. 验证 DSH 能启动(看到 dsh web: http://127.0.0.1:3080 即成功,Ctrl+C 停掉)
pnpm dsh web

# 3. 安装本插件(推荐从 GitHub 仓库安装)
pnpm dsh plugin --profile web add github:dalintian/Digital-Sweet-Heart
# 备选来源(三选一):
#   npm 已发布:  pnpm dsh plugin --profile web add dsh-client-ui-girlfriend
#   本地目录:    pnpm dsh plugin --profile web add /path/to/Digital-Sweet-Heart
#   手动:        cd ~/.dsh/profiles/web && pnpm add github:dalintian/Digital-Sweet-Heart   # 再补跑一次 postinstall,见下

# 4. 重新启动 DSH Web
pnpm dsh web

Add dalintian/dsh-means-digital-sweet-heart to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.