visail/dsh-vision-tool

插件 ⭐ 1 MIT automationtoolsvisualweb-ui

将图片粘贴到聊天框中,纯文本DSH模型也能“看见”它——自动重写粘贴的图片,并将analyze_image工具路由到Kimi视觉模型。

catalog 简介:Paste an image into the chat box and text-only DSH models can "see" it — auto-rewrite of pasted images + analyze_image tool routed to a Kimi vision model.

安装

# from npm (once published)
dsh plugin --profile <name> add dsh-vision-tool

# straight from a git host (pin a commit; no build step needed — pure ESM)
dsh plugin --profile <name> add github:<you>/dsh-vision-tool#<sha>

# or from a local tarball
pnpm pack
dsh plugin --profile <name> add ./dsh-vision-tool-0.1.0.tgz

visail/dsh-vision-tool 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。