sunx16963-design/dsh-web-search-thirdparty1

dsh-web-search-thirdparty

DSH 网页搜索提供商外观:将搜索路由至第三方引擎(SearXNG/Tavily/Serper/Brave/Bing/Google CSE)。

AI 分析

核心用途是替换 DSH 内置的单一搜索,接入更丰富的第三方搜索 API。适合对联网搜索质量、范围有高要求的用户,可自由配置自建或商业搜索服务。

包名
dsh-web-search-thirdparty
版本
0.3.0
许可证
BSD-3-Clause
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sunx16963-design/dsh-web-search-thirdparty

配置

设置存放在 dsh-web-search-thirdparty 分区下:

dsh-web-search-thirdparty:
  provider: searxng
  searxngBaseURL: https://searx.be   # 或自建实例
  maxResults: 8
  mergeResults: false
  maxPerDomain: 2
  relevanceSort: false
  cacheEnabled: true
  cacheTtlMs: 60000
  retryCount: 1
  retryBackoffMs: 250