Leeminjing/dsh-eyes

插件 ⭐ 1 MIT toolsvisual

为纯文本DeepSeek模型提供按需视觉能力:上传图片,DeepSeek通过调用由任意兼容OpenAI的视觉端点(默认使用Qwen/DashScope)支持的view_image工具来回答。

catalog 简介:Give text-only DeepSeek models on-demand vision: upload images, DeepSeek answers by calling a view_image tool backed by any OpenAI-compatible vision endpoint (Qwen/DashScope by default).

安装

# 1) 安装插件(github 方式,也可以换成 npm 包名)
dsh plugin --profile web add github:Leeminjing/dsh-eyes

# 2) 配置 API Key(Windows;换成你所用视觉提供商的 key)
setx VISION_API_KEY "sk-你的key"

# 3) 配置视觉模型(必填,换成你账号里可用的视觉模型)
setx VISION_MODEL "qwen-vl-plus"

# 4) 配置接口端点(默认百炼;换其他 OpenAI 兼容提供商时必改)
setx VISION_ENDPOINT "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions"

# 5) 重启 dsh,让环境变量生效

Leeminjing/dsh-eyes 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。