Wanbinyu/dsh-provider-probe0

dsh-provider-probe

适用于 DeepSeek Harness 的安全、显式服务商连接性与延迟检测插件,支持手动选择供应商和模型进行测试。

AI 分析

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

套件
dsh-provider-probe
版本
0.1.0
授權
MIT
最近更新
2026年8月19日

安裝

$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