oil-oil/dsh-vision68

@oil-oil/dsh-vision

Near-native image understanding for text-only DeepSeek Harness models

AI 分析

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

パッケージ
@oil-oil/dsh-vision
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/08/18

インストール

$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.