dsh-vision
Vision Bridge plugin for the DeepSeek Harness: routes attached images to a vision-capable model (default xiaomi/mimo-v2-omni) and feeds the text description back to text-only routed models such as DeepSeek.
AI 분석
核心用途是为纯文本模型提供间接的图片识别能力。适合使用 DeepSeek 等无视觉模型但需要处理图片输入的用户。支持按会话和附件进行描述缓存。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lakeofsky347/dsh-vision配置
| 配置 | 默认 | 说明 |
|---|---|---|
provider | xiaomi | 视觉模型所在的路由 |
model | mimo-v2-omni | 视觉模型 id |
prompt | (见 src/index.ts) | 随图发给视觉模型的指令 |
cache | true | 是否按 (session, 附件) 记忆化描述 |
maxTokens | — | 视觉调用输出 token 上限(可省略) |