kenny2077/dsh-web-search-zai ↗★ 1
dsh-web-search-zai
Z.ai (GLM) web search provider plugin for the DeepSeek Harness
AI 分析
核心用途是为 DSH 接入 Z.ai (智谱 GLM) 的网页检索能力。适合需要利用 Z.ai 搜索接口进行实时联网信息检索,且拥有对应 API 密钥的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kenny2077/dsh-web-search-zaiドキュメント
README 全文を読む ↗Configuration
All fields are runtime-configurable via the Settings GUI (web-search-zai namespace); changes apply on the next search.
| Key | Default | Meaning |
|---|---|---|
apiKey | (from credentials store) | Literal ZAI API key. Prefer apiKeyEnv so no secret enters config files. |
apiKeyEnv | ZAI_API_KEY | Credential reference resolved for each search. |
baseURL | https://api.z.ai/api/paas/v4 | Endpoint base; /web_search is appended. |
searchEngine | search-prime | search-prime for api.z.ai; search_pro (underscore) for open.bigmodel.cn. |
searchRecency | (unset) | Recency filter: day, week, month, or year. |