Einskyle/dsh-llm-vision-bridge1

dsh-llm-vision-bridge

DeepSeek vision bridge for the dsh web GUI: route image attachments to a vision model (pi-ai / llama.cpp Qwen3-VL) and continue the conversation with the text description on a text-only LLM (DeepSeek)

AI 分析

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

パッケージ
dsh-llm-vision-bridge
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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