Junkrat9527/dsh-autovision ↗★ 0
dsh-autovision
dsh auto-vision bridge: paste an image into a text-only model's composer and a configured multimodal model transcribes it as text, automatically.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Junkrat9527/dsh-autovision说明文档
阅读完整 README ↗Usage
- Paste an image into any session and send — the text model receives a faithful text transcription instead of the raw image.
- Ask the model to read a file — the model may call
autovision_read_imagewith a file path (and its own instruction) and act on the result.
Configuration
| Setting | Meaning |
|---|---|
defaultVisionModel | Multimodal model used for transcription (from your LLM providers). No vision model → transcription degrades to a fixed placeholder instead of crashing. |
prompt | Optional custom instruction for the vision model. Empty → an open-ended description prompt (text, colors, shapes, UI elements, layout, state). |
targetProviders | Optional whitelist of providers to wrap (default: all). |
Configuration
| Setting | Meaning |
|---|---|
defaultVisionModel | Multimodal model used for transcription (from your LLM providers). No vision model → transcription degrades to a fixed placeholder instead of crashing. |
prompt | Optional custom instruction for the vision model. Empty → an open-ended description prompt (text, colors, shapes, UI elements, layout, state). |
targetProviders | Optional whitelist of providers to wrap (default: all). |