SHUJILAI/dsh-model-auto-hot-switch ↗★ 0
dsh-model-auto-hot-switch
Automatic per-task model hot-switching for DeepSeek Harness (dsh): image-aware tasks route to the vision model automatically, every other task keeps your default model. Zero extra tokens, no context disturbance.
安装
$
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.