YZDame/dsh-suhuang-scroll ↗★ 0
dsh-suhuang-scroll
DeepSeek Harness settings section and sidebar runtime console for Suhuang Scroll
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YZDame/dsh-suhuang-scroll说明文档
阅读完整 README ↗使用前准备
需要依次准备:
- 已能运行的 DSH Web。
- Suhuang Scroll Runtime。
dsh-better-sidebar。它是运行控制台所在的侧边栏底座。- 本插件
dsh-suhuang-scroll。
macOS 和 Linux 可用官方安装器安装或升级 Suhuang Scroll Runtime:
curl -fsSL https://raw.githubusercontent.com/YZDame/SuhuangScroll/main/scripts/install/install.sh | bash
安装器会校验发布包并默认安装到 ~/.local/suhuang-scroll。如需先审阅脚本,可下载后再执行。Windows 安装方法见 Suhuang Scroll 安装文档。
首次配置
- Runtime API 默认使用
http://127.0.0.1:8000/api,一般无需修改。 - 选择评分标准和阅卷平台适配器。
- 在“模型服务商”中填写 Base URL、模型 ID 和 API Key。
- 点击“测试连接”。连接测试只读取 OpenAI 兼容服务的
/models,不会启动阅卷。 - 保存设置后,打开侧边栏中的苏黄共阅控制台。
插件会依次查找用户填写的后端位置、SuhuangScroll 源码目录以及 ~/.local/suhuang-scroll 下的标准 Runtime。使用自定义安装目录时,在设置中填写安装根目录或 core/python 目录。