@oil-oil/dsh-vision
Near-native image understanding for text-only DeepSeek Harness models
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:oil-oil/dsh-vision说明文档
阅读完整 README ↗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.