dsh-model-pin
DeepSeek Harness插件:将每个模型请求限制在每个提供商允许的集合内,重定向或拒绝其余请求,并在请求会导致llama.cpp路由器重新加载模型时发出警告
DeepSeek Harness plugin: keep every model request inside an allowed set per provider, redirect or refuse the rest, and warn when a request would make a llama.cpp router reload models
怎么安装
dsh plugin add dsh-model-pin 简介
dsh-model-pin A DeepSeek Harness plugin for machines that cannot afford model roulette: keep every model request inside an allowed set per provider, redirect the rest to a fallback (or refuse them), and get a warning whenever a request would make a llama.cpp router reload models. The problem it fixes dsh lets every chat pick its own model, and background helpers can request yet another one. On a machine that can only keep one local model loaded, each stray request either fails or evicts the loaded model: minutes of reloading, prompt cache gone (discussion #3199). Worse, subagents inherit the m…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-31
- 创建于
- 2026-08-31
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:0xsline/awesome-deepseek-harness
- 主题标签
- deepseek-harness, dsh-plugin
同类推荐
dsh-plugin-subscriptions
V1ki/dsh-plugin-subscriptions
把 ChatGPT(Codex)、Claude、Grok 订阅当作 DeepSeek Harness 的 LLM 提供方:设置页登录、模型目录、用量展示,以及 image_generate、video_generate 与 x_search 工具。
dsh-commandcode-provider
Mars-Sea/dsh-commandcode-provider
非官方 Command Code 模型接入插件:注册 `commandcode` 路由,带实时模型目录与推理强度支持。
dsh-codex-connect
franksong2702/dsh-codex-connect
通过 ChatGPT OAuth 将 OpenAI Codex 模型接入 DeepSeek Harness,并提供可选的搜索与图片工具。
claude-code-router
musistudio/claude-code-router
每个AI代理的本地控制平面:跨模型路由、融合新能力、编排工具,并始终保持完全控制。