sqs404/dsh-web-search-bing--packages-dsh-web-fetch-direct ↗★ 0
@deepseek-ai/dsh-web-fetch-direct
Direct HTTP(S) fetch provider for the DeepSeek Harness web capability seam (ctx.web): powers the web_fetch tool by retrieving pages and letting the tool render them through the built-in HTML-to-markdown pipeline
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗使用:切换搜索后端
开关即设置项 web-search-bing.enabled,两种切法任选:
A. 编辑 data/settings.yaml(任何安装方式都可用,保存后热重载)
web-search-bing:
enabled: true # true=Bing 免密钥抓取(默认);false=DeepSeek 官方搜索(需 DEEPSEEK_API_KEY)
B. 设置页开关(需先打 UI 补丁并重启) 「设置 → 插件 → 插件配置 → 网页搜索(Bing)」→ 切换 → 保存,立即生效。
验证:让模型执行一次 web_search——
- Bing 后端:返回抓取解析的网页来源,无需任何 Key;
- 官方后端:返回 DeepSeek 原生搜索结果;Key 缺失或无效时你会看到 DeepSeek 的鉴权错误。