dsh-model-health
设置页「模型健康」面板:列出 settings.yaml 配置的全部模型,一键批量测试可用性与延迟。
Model Health panel in Settings: lists every model configured in settings.yaml and batch-tests availability and latency for each.
怎么安装
dsh plugin add dsh-model-health 简介
dsh-model-health DeepSeek Harness (DSH) 插件:在设置页提供「模型健康」面板——列出所有已配置模型,并一键批量测试可用性与延迟。 > 中文 | EN 安装 / Install npm 安装(推荐) sh dsh plugin --profile web add dsh-model-health 源码安装 sh git clone https://github.com/oxlyn/dsh-model-health.git cd dsh-model-health pnpm install pnpm run build # tsdown → dist/index.js (ESM) + dist/client.js (IIFE) 在插件的父目录执行(dsh plugin add 的相对路径锚定调用目录): cd .. dsh plugin --profile web add ./dsh-model-health dsh web 启动日志应出现:[dsh-model-health] ready — tool "list_models" + routes GET /api/model-health/json, POST /api/model-health/test 验证 / Verify 安装后打开 dsh web → 设置 → 模型健康,应能看到已配置模…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-02
- 创建于
- 2026-08-22
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin
同类推荐
dsh-commandcode-provider
Mars-Sea/dsh-commandcode-provider
非官方 Command Code 模型接入插件:注册 `commandcode` 路由,带实时模型目录与推理强度支持。
claude-code-router
musistudio/claude-code-router
每个AI代理的本地控制平面:跨模型路由、融合新能力、编排工具,并始终保持完全控制。