JianTG/dsh-auto-model-router

插件 ⭐ 0 other

DSH(DeepSeek Harness)cordis 插件:按任务复杂度在 deepseek-v4-flash(基线)与 deepseek-v4-pro(升级)之间自动路由,只升不降,绝不回合中途切换模型。

catalog 简介:根据问题复杂度自动切换模型

安装

# 1. 装进 web profile(自动注册,无需改任何配置文件)
dsh plugin --profile web add <本目录路径或 git 地址>

# 2. 激活前置:把默认模型改成 flash(任选其一)
#    a) 界面上用 /model 选一次 DeepSeek-V4-Flash
#    b) 或编辑 ~/.dsh/settings.yaml:
agent-default-model:
  provider: deepseek-official
  model: deepseek-v4-flash
  reasoningEffort: off

# 3. 重启 dsh web

JianTG/dsh-auto-model-router 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。