flg1217/dsh-web-search-openai1

@dsh-external/dsh-web-search-openai

OpenAI Responses API-backed web search provider for dsh: registers into ctx.web (web_search tool with server-side retrieval), plus a Web settings card for endpoint/model/key. Hot-pluggable — mounted via profile bundle patch, no dsh source changes.

包名
@dsh-external/dsh-web-search-openai
版本
0.1.0
许可证
MIT
最近更新
2026年8月25日

安装

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

三、使用

  1. 在 dsh Web 设置 → 搜索 → Web 搜索 卡片里填好端点 / 模型 / API Key(或让插件读环境变量 OPENAI_API_KEY)。
  2. 把 web 通道的 searchProvider 切到 openai(profile 的 cordis.patch.ymlweb.searchProvider,或设置面板切换)。

默认值:

默认
端点https://api.openai.com/v1/responses 自动追加)
模型gpt-5.6-luna
最大输出 tokens2048
检索上下文medium
API Key插件 config apiKey → 环境变量 OPENAI_API_KEY → 不可用