zzdream67/dsh-vision-bridge

zzdream67★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

Let text-only models read images in DeepSeek Harness

README 摘要

@zzdream67/dsh-vision-bridge Let text-only models read images, without switching models. 中文文档 In DeepSeek Harness, pasting an image at a text-only model is refused outright: This plugin intercepts the llm/stream waterfall and substitutes each image block with a vision model's transcription before the request reaches the provider. You paste a picture; the text-only model receives words it can read. Installation Prerequisite: the dsh command Every command below starts with dsh . If it is not on your PATH: Then either install DSH globally: Or leave it uninstalled and prefix every dsh in this README with npx -y @deepseek-ai/dsh : The npx form downloads DSH on demand and works on a machine that has only Node.js. Prerequisite: pnpm dsh plugin forwards to pnpm internally. Many environments lack it: Install it: corepack enable pnpm often fails on Windows because it needs to write into C:\Program Files\nodejs\ ( EPERM ). The npm install -g route is more reliable. From npm (recommended) Installs prebuilt output; no build authorization needed. From GitHub A git install fetches source and builds it on install. pnpm ≥10 refuses to run a git dependency's build script without explicit permission,…

在 GitHub 查看完整 README →
内容/媒体deepseek-harnessdshdsh-pluginimage-captioningllmmultimodalpluginvision

分类