@oil-oil/dsh-vision
Near-native image understanding for text-only DeepSeek Harness models
AI 분석
核心用途是让不支持多模态的 DeepSeek 官方文本模型也能“看懂”图片。适合坚持使用官方文本模型但又有高频看图需求的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:oil-oil/dsh-visionAdvanced 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.