SHUJILAI/dsh-model-auto-hot-switch ↗★ 0
dsh-model-auto-hot-switch
DeepSeek Harness 的任务级模型自动热切换插件:图像任务自动路由至视觉模型,其他任务保持默认模型。
AI 分析
核心用途是实现多模态任务的自动模型分流,无需手动切换。适合经常在 DSH 中混合处理文本和图像任务的用户。无需额外配置,开箱即用。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SHUJILAI/dsh-model-auto-hot-switch说明文档
阅读完整 README ↗Configuration
None. The single toggle is the whole surface:
| Field | Meaning |
|---|---|
enabled (in config.json) | true routes image tasks to the vision model; false leaves every request on the default model |
The preferred vision model id is deepseek-v4-flash-vision-exp; if absent, the first discovered image-capable model wins.