sunx16963-design/dsh-web-search-thirdparty ↗★ 1
dsh-web-search-thirdparty
DSH web search provider facade: routes ctx.web.search to third-party engines (SearXNG/Tavily/Serper/Brave/Bing/Google CSE). Replaces the built-in DeepSeek-only search with configurable third-party APIs.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sunx16963-design/dsh-web-search-thirdparty说明文档
阅读完整 README ↗配置
设置存放在 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