jm98-jm/dsh-web-search-bing-free0

dsh-web-search-bing-free

Free Bing search provider for DSH web_search — no API key, no token cost, no LLM calls

包名
dsh-web-search-bing-free
版本
0.1.0
许可证
MIT
最近更新
2026年9月10日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jm98-jm/dsh-web-search-bing-free

可选配置(不懂可以完全跳过,默认就能用)

插件默认配置了本地代理地址(http://127.0.0.1:9895),直连 Bing 失败时自动走它重试。以下配置只有在你发现"搜索结果偶尔打不开/太慢"时才需要看

配置项默认值说明
proxyUrlhttp://127.0.0.1:9895直连失败时用的本地代理地址(如你的科学上网工具)
timeoutMs8000等待 Bing 返回的最长毫秒数
maxResults8每次最多返回几条结果

这些配置在 DSH 的设置 → 插件 → dsh-web-search-bing-free 里改。