Joeytisaly/dsh-web-search-tokenrhythm0

dsh-web-search-tokenrhythm

Token Rhythm 网页搜索提供商:为 DSH 网页搜索能力提供 OpenAI 兼容端点支持

AI 分析

核心用途是为 DSH 智能体引入外部网页搜索能力。适合需要让模型检索最新网络信息、且拥有 Token Rhythm 接口凭证的用户。

套件
dsh-web-search-tokenrhythm
版本
0.1.0-rc.6
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Joeytisaly/dsh-web-search-tokenrhythm

Configuration

KeyDefaultMeaning
apiKeyEnvDEEPSEEK_API_KEYCredential reference resolved for each search.
baseURLhttps://tokenrhythm.studio/v1OpenAI-compatible endpoint base; /responses is appended.
modeldeepseek-v4-flash-0731Search model; must declare webSearch: true on your gateway.
maxTokens2048Upper bound on generated answer tokens.
maxRetries2Retries for transient gateway 503 responses.

Switching to another gateway

Override the row from your own profile cordis.patch.yml (later layers win):

- id: web-search-tokenrhythm
  name: dsh-web-search-tokenrhythm
  config:
    apiKeyEnv: MY_GATEWAY_API_KEY
    baseURL: https://my-gateway.example/v1
    model: my-web-search-model

Or edit the web-search-tokenrhythm section in the GUI Settings page — it takes effect on the next search without a restart.

Not using a gateway with web_search?

This provider cannot help. Install a different search backend instead (e.g. @deepseek-ai/dsh-web-search-exa or @deepseek-ai/dsh-web-search-perplexity) and set searchProvider to its id.