fix(web): keep default capability search-only

This commit is contained in:
kingwl
2026-07-31 11:49:45 +08:00
parent 7091e0db74
commit 2b2f109dcb
10 changed files with 27 additions and 34 deletions

View File

@@ -80,17 +80,16 @@
- id: fs-local
disabled: true
# The Web/headless product enables the stable web_search/web_fetch model
# surface explicitly. DeepSeek search resolves the same DEEPSEEK_API_KEY
# credential the Models page manages for chat, at each search; its Messages
# endpoint is separate from the chat-completions endpoint. The local fetch
# provider supplies full-page follow-up for search results.
# The Web/headless product enables only the stable web_search model surface.
# DeepSeek search resolves the same DEEPSEEK_API_KEY credential the Models page
# manages for chat, at each search; its Messages endpoint is separate from the
# chat-completions endpoint. Fetch remains disabled and no default fetch
# provider is mounted.
- insert:
- id: web
name: '@deepseek-ai/dsh-web'
config:
searchProvider: deepseek-official
fetchProvider: local-http
- id: web-search-deepseek
name: '@deepseek-ai/dsh-web-search-deepseek'
@@ -98,11 +97,10 @@
apiKeyEnv: DEEPSEEK_API_KEY
baseURL: !!js process.env.DEEPSEEK_SEARCH_BASE_URL
- id: web-fetch-local
name: '@deepseek-ai/dsh-web-fetch-local'
- id: tool-web
name: '@deepseek-ai/dsh-tool-web'
config:
fetch: false
# ── web-only host rows, the transport layer, and the browser roster ─────────