dsh-modlens
Plug-in vision for text-only LLMs — a DeepSeek Harness (dsh) fork of ModLens adding multi-engine support (Gemini, Volcengine Ark/Doubao, Claude) and per-call engine selection
AI 분석
核心用途是让不支持图片输入的大模型具备图像识别能力。适合需要对本地图片进行分析、OCR 识别或视觉问答的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YZz-S/dsh-modlens配置引擎
配置位于 ~/.modlens/config.json(与上游 modlens 共用)。运行 modlens doctor 查看哪些已就绪。
Gemini(免费、快速)
modlens config set gemini-api.apiKey # https://aistudio.google.com
modlens config set provider gemini-api
豆包 / 火山方舟 Ark(ark-coding-plan)
modlens config set openai.baseUrl https://ark.cn-beijing.volces.com/api/coding/v3
modlens config set openai.apiKey
modlens config set openai.model doubao-seed-2.1-turbo