dsh-llm-error-retry
大模型请求重试插件:命中配置的 HTTP 状态码、机器码或 provider 返回字段=值时,按该条规则独立配置的时长休眠后自动重新请求,让订阅套餐的限额、限流报错(429 / insufficient_quota)不打断运行。
LLM request retry plugin for DeepSeek Harness: when a model request fails with a configured HTTP status code, machine code, or provider field=value match, it sleeps for the per-rule delay and re-issues the request automatically, so subscription quota and rate-limit errors (429 / insufficient_quota) do not interrupt a run.
怎么安装
dsh plugin add github:liaoyuqing/dsh-llm-error-retry 简介
dsh-llm-error-retry 大模型请求错误「休眠后重试」——DSH(DeepSeek Harness)Profile Bundle 插件,带 GUI 配置界面。 模型请求失败(如 429 限流)时,按规则命中 → **休眠配置时长** → **自动重新发起请求**;每条规则独立配置休眠时长与最大重试次数,耗尽后错误如实上报。重试过程在**会话框内以原生重试卡片**展示(第 N/M 次 · 休眠 Xs);规则在 GUI「设置」页实时编辑,保存即生效、跨重启持久。 支持按 **HTTP 状态码 / 机器码 / 返回字段=值** 三种形态命中报错(含 DashScope/阿里云百炼这类把状态码压平进 message 的适配器形态)。 报错时重试大模型请求:配置错误码或响应字段 → 休眠 → 自动重发。 安装(一条命令) sh dsh plugin --profile web add github:liaoyuqing/dsh-llm-error-retry 然后**重启该 profile**(bundle 层在启动时装配)。刷新 GUI 页面后,左下角 **设置 → LLM 错误重试** 即出现配置分区;备用配置页 <http://127.0.0.1:3080/llm-error-retry>。 发布到 npm 后可用 dsh plugin --profile web add…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-02
- 创建于
- 2026-09-02
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin, dsh-plugin-market, dsh-plugins
同类推荐
dsh-commandcode-provider
Mars-Sea/dsh-commandcode-provider
非官方 Command Code 模型接入插件:注册 `commandcode` 路由,带实时模型目录与推理强度支持。
claude-code-router
musistudio/claude-code-router
每个AI代理的本地控制平面:跨模型路由、融合新能力、编排工具,并始终保持完全控制。