yepyeel/dsh-vision

yepyeel★ 2JavaScriptLast synced: 2026-08-17

Open on GitHub

提供dsh中deepseek v4等无法识图的模型一双眼睛

README excerpt

dsh-vision English 中文 A DeepSeek Harness profile bundle that gives text-only models (DeepSeek V4 Flash, DeepSeek V4 Pro, and any other route whose inputModalities omit image ) working vision. When a request contains image attachments and the target model cannot see them, the plugin describes each image and replaces the image blocks with that text for the provider call only. The session log and the UI keep the original images. Requirements - A DeepSeek Harness installation with the dsh CLI available on your PATH. - For vision-model description: at least one already-added model that declares image in its inputModalities . - For the OCR fallback: macOS (Vision framework) and Windows (Windows.Media.Ocr) need nothing extra; other platforms need Tesseract installed and on the PATH. Behaviour 1. Auto (default) — walk already-added models that declare image input, in provider registration order, and use the first one that succeeds. If none are available, fall back to system OCR . 2. Specified model — use only the vision model chosen in Settings. Failures are not retried and never fall back to another model or OCR. 3. Auto + no vision model — system OCR: - macOS: Vision framework - Windows:…

View full README on GitHub →
Tools / Devdsh-pluginocrvision

Category