lijian-ui/dsh-vision-toggle ↗★ 0
@lijian-ui/dsh-vision-toggle
按模型视觉开关插件,允许在设置中一键开启或关闭每个已配置模型的图片输入支持,无需手动修改配置文件。
AI 分析
核心用途是便捷管理模型的视觉能力。适合需要频繁切换模型图片输入权限、避免因误手改 settings.yaml 导致配置出错的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lijian-ui/dsh-vision-toggle說明文件
閱讀完整 README ↗Usage
- Open dsh desktop
- Navigate to Settings → Model Vision (modeled after the other settings sections)
- The section lists every configured model, grouped by provider. Next to each model there is a "Support image" switch:
- On: the model accepts image input; you can now attach images in chat
- Off: the model is text-only
Turning the switch on simply sets that model's
inputto['text', 'image']; turning it off sets it back to['text']. This matches exactly how dsh decides whether a model supports images.