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.
AI 分析
核心用途是让纯文本模型也能“看懂”图片。适合经常需要向纯文本模型发送截图的用户,插件会自动调用后台的多模态模型将图片转译为详细的文本描述,从而实现无缝的跨模态对话。
インストール
$
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). |