oil-oil/dsh-vision68

@oil-oil/dsh-vision

为纯文本 DeepSeek 模型提供近乎原生图像理解能力的插件,支持配置第三方视觉后端(如 Qwen-VL)。

AI 分析

核心用途是让不支持多模态的 DeepSeek 官方文本模型也能“看懂”图片。适合坚持使用官方文本模型但又有高频看图需求的用户。

包名
@oil-oil/dsh-vision
版本
0.1.2
许可证
MIT
最近更新
2026年8月18日

安装

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

Advanced file configuration

Most setups should use the UI. The equivalent non-secret fields live in the existing llm-deepseek section of $DSH_HOME/settings.yaml:

llm-deepseek:
  visionBackend: zenmux
  visionBackendModel: qwen/qwen3.7-plus
  visionBackendBaseURL: https://zenmux.ai/api/v1
  maxImages: 8

Do not put API keys in this file. Save them in the Vision Recognition card or provide the matching environment variable. Changes apply without a restart.