jm98-jm/dsh-web-search-bing-free ↗★ 0
dsh-web-search-bing-free
Free Bing search provider for DSH web_search — no API key, no token cost, no LLM calls
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jm98-jm/dsh-web-search-bing-free说明文档
阅读完整 README ↗可选配置(不懂可以完全跳过,默认就能用)
插件默认配置了本地代理地址(http://127.0.0.1:9895),直连 Bing 失败时自动走它重试。以下配置只有在你发现"搜索结果偶尔打不开/太慢"时才需要看:
| 配置项 | 默认值 | 说明 |
|---|---|---|
proxyUrl | http://127.0.0.1:9895 | 直连失败时用的本地代理地址(如你的科学上网工具) |
timeoutMs | 8000 | 等待 Bing 返回的最长毫秒数 |
maxResults | 8 | 每次最多返回几条结果 |
这些配置在 DSH 的设置 → 插件 → dsh-web-search-bing-free 里改。