JustGenius-s/DSH-Plugs--plugins-dsh-model-custom-ex ↗★ 6
@just-genius/dsh-model-custom-ex
Replaces the official Models settings page to add per-model vision + reasoning-effort selectors for custom pi-ai providers
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JustGenius-s/DSH-Plugs#dd69eb2a6a9cf561110190d2d4885454339039fc&path:plugins/dsh-model-custom-ex说明文档
阅读完整 README ↗使用
- 打开 设置 → 模型(只有一个「模型」tab);
- 点某个自定义 provider 的「编辑」,展开「自定义设置」;
- 每个模型行点右侧的「容量」折叠箭头;
- 在「上下文窗口 / 最大输出 token」下方会出现两个下拉多选:
- 输入模态 — 「文本」固定置灰不可取消,勾选「图片(视觉)」开启视觉;
- 思考强度 — 勾选需要暴露给 composer 的等级;全部取消会写
reasoningEfforts: false(声明为非推理模型)。
改完点「保存」,配置即时写入 settings.yaml 的 llm-pi-ai 段,下一个请求即生效,无需重启。