Replies: 5 comments 1 reply
|
可以, 现状
想兼容其他模型/其他搜索后端两条路:
所以:不是写死,是默认 provider 恰好是 DeepSeek 官方搜索;换 provider 就能兼容其他模型。 |
|
这个场景现在有一条可以直接用的社区方案,不需要把搜索绑定到当前 LLM,也不用自己重写 DSH provider:用 pi2dsh 直接挂载 Pi 的 它提供独立的 npm i -g pi2dsh
pi2dsh host --packages @juicesharp/rpiv-web-tools@2.4.0 --out ./dsh-pi-web
dsh plugin --profile web add file:$PWD/dsh-pi-web例如 Brave 只需设置 这条不是只测了“能加载”:我已在真实 DeepSeek Harness runtime 中实际执行 |
|
这就是 #779 / #408 那条缝:聊天可以走网关或其它模型,默认 web_search 仍打官方 DeepSeek,没官方 key 就 401。 dsh-plugin-search 只做简化:
安装: 然后重启 dsh。不是搜索全家桶。 |
|
可以的 设置 -> 插件 -> 网页搜索 这里 可以配置不同的接口地址和API key |
|
楼上说的对:设置 → 插件 → 网页搜索 能改接口和 key 的话,优先走官方配置。 dsh-plugin-search 只给还是 401、或不想配官方搜索 key 的人:关掉内置 |
Uh oh!
There was an error while loading. Please reload this page.
联网搜索能否兼容其他模型,我看插件是写死访问deepseek的联网搜索功能
All reactions