Wanbinyu/dsh-provider-probe ↗★ 0
dsh-provider-probe
Safe, explicit provider connectivity and latency checks for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wanbinyu/dsh-provider-probe说明文档
阅读完整 README ↗配置
- insert:
- id: provider-probe
name: dsh-provider-probe
config:
timeoutMs: 20000
maxTokens: 8
maxMessageLength: 1200
| 选项 | 默认值 | 说明 |
|---|---|---|
timeoutMs | 20000 | 单次检测强制超时,范围 1000-120000 毫秒 |
maxTokens | 8 | 单次检测最大输出 token,范围 1-32 |
maxMessageLength | 1200 | 脱敏错误的最大字符数,范围 256-8000 |