Einskyle/dsh-llm-vision-bridge1

dsh-llm-vision-bridge

DSH Web GUI 的 DeepSeek 视觉桥接器:将图片交由视觉模型描述后,再由纯文本模型继续对话

AI 分析

核心用途是让纯文本模型(如 DeepSeek 官方接口)间接具备“看图”能力。适合需要对上传图片进行分析,但又想继续使用强大纯文本模型进行深度对话的用户。

包名
dsh-llm-vision-bridge
版本
0.1.2
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Einskyle/dsh-llm-vision-bridge

Configuration (Settings → Models → llm-vision-bridge)

FieldDefaultDescription
enabledtrueMaster switch; when off the bridge provider degrades to pure passthrough
autoRoutefalseAdditionally rewrite deepseek-official agent requests to the bridge provider (cannot bypass image admission; fallback only)
fallbackProviderdeepseek-officialThe text-only provider that actually generates the reply
visionProviderllamaVision provider route (pi-ai)
visionModel/models/qwen3-vl-4b-thinking/Qwen3-VL-4B-Thinking-Q4_K_M.ggufVision model id
visionPrompt(built-in Chinese prompt)System prompt for the vision model
visionMaxTokens2048Vision output cap (keep ≥1024; thinking consumes tokens)
visionRetries3Max retries for retryable errors (503/429/timeout)
visionRetryDelayMs30000Retry delay
onVisionFailureplaceholderFinal failure policy: placeholder = insert a failure note and continue; error = fail the turn