fix: 修复第三方 Anthropic base URL 应使用 ExaSearchAdapter 而非 BingSearchAdapter
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
85e5a8cffb
commit
9624f880e0
|
|
@ -47,7 +47,7 @@ export function createAdapter(): WebSearchAdapter {
|
||||||
? 'bing'
|
? 'bing'
|
||||||
: isFirstPartyAnthropicBaseUrl()
|
: isFirstPartyAnthropicBaseUrl()
|
||||||
? 'api'
|
? 'api'
|
||||||
: 'bing'
|
: 'exa'
|
||||||
|
|
||||||
if (cachedAdapter && cachedAdapterKey === adapterKey) return cachedAdapter
|
if (cachedAdapter && cachedAdapterKey === adapterKey) return cachedAdapter
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user