WeKnora
Tencent
Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:CultOfLuna/dsh-vision-autoswitch
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek 的"自动挡":有图切 Vision,无图回 Pro/Flash,一键都不用点。
DeepSeek's "automatic transmission": image in → Vision, image out → back to Pro/Flash — not a single click.
DeepSeek Harness 插件:当输入包含图片时,临时把当前回合切换到视觉模型
deepseek-v4-flash-vision-exp 处理;该回合结束后自动回落到你原来的模型。
模型栏所见即所得(visibleSwitch 默认开启),当前实际模型与 UI 显示始终一致。
A DeepSeek Harness plugin: when a request carries an image, route that turn to the vision model
deepseek-v4-flash-vision-exp, then automatically fall back to your original model when the turn ends. The model bar always reflects the actual model in use (WYSIWYG).
deepseek-v4-flash-vision-exp,让图片真正被理解。turn/end 后立即回到你原选的模型,不依赖下一条输入再检测;
长对话也不失灵。agent/request 阶段检测当前回合是否含图(contentHasImage),含图则把
provider/model 改写为视觉模型;turn/end,回合结束后写入 model/selection 恢复原模型。把插件装入 profile 的 node_modules,并在该 profile 的 cordis.patch.yml
追加:
- insert:
- id: vision-autoswitch
name: 'dsh-vision-autoswitch'
profile 默认 patchReload: live,保存后约 1 秒热重载;改插件代码需重启 DSH Desktop。
| 字段 | 默认值 | 说明 |
|---|---|---|
enabled |
true |
总开关 |
visionProvider |
deepseek-official |
视觉模型所属 provider |
visionModel |
deepseek-v4-flash-vision-exp |
视觉模型 |
providers |
["deepseek-official"] |
允许拦截的 provider |
visibleSwitch |
true |
模型栏跟随切换/回落(所见即所得) |
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: vision。