READMESource: master@2929c181
deepseek-harness v0.1.0-rc7 已经解决 Low 模式缺失的问题,此插件无需安装(但模式预设依然有效)
dsh-dslow
为 DeepSeek 官方接口添加 Low 思考档 + 「生存模式」预设。
介绍
DSH 内置 DeepSeek 供应商提供 off / high / max 三档思考强度。
但是 DeepSeek V4 官方 API 实际还接受 reasoning_effort: "low",真实梯度是 off < low < high < max(claude code 中 medium/xhigh 会被 API 映射回 high)。
本插件用补丁禁用内置 llm-deepseek,并为 provider deepseek-official 注册替代适配器。插件随附生存模式预设,新增的 Low 思考强度目前仅该模式可用。
安装
cd /path/to/dsh-dslow
npm pack
dsh plugin --profile web add ./path/to/tgz-file
# 或 npx 启动的安装:npx @deepseek-ai/dsh plugin --profile web add ./path/to/tgz-file
# 完全重启 DSH 并刷新浏览器后生效
卸载
dsh plugin --profile web remove dsh-dslow
插件行与替代适配器消失后,内置 DeepSeek 适配器不再被禁用,恢复 off/high/max;生存模式预设文件保留。
说明
- 禁用内置
llm-deepseek行意味着 设置 -> Models 页的 DeepSeek 配置卡片不再显示,API key 改由凭据服务/环境变量提供;建议添加新的 deepseek 供应商(由 pi-ai 提供)作为备用。
No comments yet. Be the first to write one.