CanGeng/llm-fallback0

llm-fallback

Multi-level provider fallback for same-named models in the DeepSeek Harness

包名
llm-fallback
版本
0.1.0
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CanGeng/llm-fallback

Configuration

See cordis.patch.yml. The pools list maps a model id to its ordered provider chain. The config is validated when the plugin loads: an unknown alwaysPolicy, a pool without a non-empty model, or a pool whose providers is not an array throws immediately instead of failing silently later.

config:
  alwaysPolicy: reject
  alwaysMaxRetries: 2
  pools:
    - model: deepseek-v4-pro
      providers: [deepseek-official, ark-coding, ark-agent]