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.

AI 분석

核心用途是为 DSH 提供基于 OpenAI 接口的联网搜索能力。适合需要让 Agent 获取最新网络信息,且拥有 OpenAI API 凭证的用户。

패키지
@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 → 不可用