dsh-vision-fallback-bridge
文件与数据 活跃维护

dsh-vision-fallback-bridge

baizhichen-web/dsh-vision-fallback-bridge

它是轻量级上传桥接工具,可将图片及各类常见文档自动转换为工作区路径,纯文本类大模型无需额外处理即可通过Qwen多模态插件直接读取文件内容,部署无冗余依赖,接入流程极简。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
8 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:baizhichen-web/dsh-vision-fallback-bridge
git clone https://github.com/baizhichen-web/dsh-vision-fallback-bridge.git
git clone git@github.com:baizhichen-web/dsh-vision-fallback-bridge.git
README.md main

dsh-vision-fallback-bridge

Lightweight DSH upload bridge for text-only DeepSeek models.

  • Images keep the native DSH attachment UI and are converted to workspace paths on send.
  • Common documents (pdf/docx/xlsx/pptx/txt/md/csv/json/zip) are queued as simple chips and converted to workspace paths on send.
  • The model receives type-labelled paths, so it can route images to Qwen-MM-Plugins vision tools and documents to file tools.

Install

Copy this directory into ~/.dsh/profiles/web/node_modules/@dsh-external/dsh-vision-fallback-bridge, then add @dsh-external/dsh-vision-fallback-bridge to dsh.profile.bundles in ~/.dsh/profiles/web/package.json.

Restart DSH Web profile.

Storage

Uploaded files are written to:

<workspace>/.dsh-vision/uploads/

Supported types

Type Extensions
Images png, jpg, jpeg, webp, gif
Documents pdf, doc, docx, xls, xlsx, ppt, pptx, txt, md, csv, json, zip

License

MIT