dsh plugins中文
← Back to popular plugin directory

DeepSeek Harness rollback chain plug-in

Visol-456/dsh-llm-fallback · skills

DeepSeek Harness fallback chain plug-in: automatically switches to the backup provider if the main model fails, with Web UI configuration panel.

★ 5GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

DeepSeek Harness 的 provider fallback chain 插件——当主 provider 失败时,同一请求会自动在下一个配置的 (provider, model) 条目上重试,限流、超时或临时不可用的 provider 不会直接终结一轮对话。 DeepSeek Harness dsh-plugin 生态的社区插件,不属于官方仓库。 开发原因

由于众所周知的原因,deepseek要涨价了,对于我一个学生直接用不起了,于是只能去投奔opencode-go。然而,opencode-go的海外链接非常不稳定,挂了代理都不行,在长程任务中经常出错暂停,单 provider 部署在服务不稳定时会直接失败: 限流与配额错误 服务端错误、5xx 抖动 超时与传输层故障

请求本身永远是链头(你在 UI 里选的 provider/model,或部署默认值),永不被改写。fallbacks 列出请求失败后按顺序切换的备用目标。省略 fallbacks 键合法且插件保持休眠,所有请求原样放行;等你在 Web 界面的 Settings -> 回退链 页保存备用目标之后再生效。 部署到 web profile(dsh web) A. dsh plugin add(推荐)

Install command

dsh plugin --profile web add github:Visol-456/dsh-llm-fallback
View GitHub repository ↗Back to popular plugin directory