Junkrat9527/dsh-autovision0

dsh-autovision

DSH 自动视觉桥接插件:将图片粘贴至纯文本模型输入框时,自动调用配置的多模态模型将其转译为文本。

AI 分析

核心用途是让纯文本模型也能“看懂”图片。适合经常需要向纯文本模型发送截图的用户,插件会自动调用后台的多模态模型将图片转译为详细的文本描述,从而实现无缝的跨模态对话。

套件
dsh-autovision
版本
0.1.0
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Junkrat9527/dsh-autovision

Usage

  1. Paste an image into any session and send — the text model receives a faithful text transcription instead of the raw image.
  2. Ask the model to read a file — the model may call autovision_read_image with a file path (and its own instruction) and act on the result.

Configuration

SettingMeaning
defaultVisionModelMultimodal model used for transcription (from your LLM providers). No vision model → transcription degrades to a fixed placeholder instead of crashing.
promptOptional custom instruction for the vision model. Empty → an open-ended description prompt (text, colors, shapes, UI elements, layout, state).
targetProvidersOptional whitelist of providers to wrap (default: all).

Configuration

SettingMeaning
defaultVisionModelMultimodal model used for transcription (from your LLM providers). No vision model → transcription degrades to a fixed placeholder instead of crashing.
promptOptional custom instruction for the vision model. Empty → an open-ended description prompt (text, colors, shapes, UI elements, layout, state).
targetProvidersOptional whitelist of providers to wrap (default: all).