Wanbinyu/dsh-provider-probe0

dsh-provider-probe

Safe, explicit provider connectivity and latency checks for DeepSeek Harness

AI Analysis

核心用途是测试 API 节点的连通性与响应延迟。适合需要手动排查网络问题、验证 API Key 有效性及测试模型响应速度的 DSH 用户。

Package
dsh-provider-probe
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wanbinyu/dsh-provider-probe

配置

- insert:
    - id: provider-probe
      name: dsh-provider-probe
      config:
        timeoutMs: 20000
        maxTokens: 8
        maxMessageLength: 1200
选项默认值说明
timeoutMs20000单次检测强制超时,范围 1000-120000 毫秒
maxTokens8单次检测最大输出 token,范围 1-32
maxMessageLength1200脱敏错误的最大字符数,范围 256-8000