mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 06:14:23 +00:00
Web search: allowlist Perplexity auth source type name
This commit is contained in:
@@ -667,7 +667,7 @@ function inferPerplexityBaseUrlFromApiKey(apiKey?: string): PerplexityBaseUrlHin
|
||||
|
||||
function resolvePerplexityBaseUrl(
|
||||
perplexity?: PerplexityConfig,
|
||||
authSource: PerplexityApiKeySource = "none",
|
||||
authSource: PerplexityApiKeySource = "none", // pragma: allowlist secret
|
||||
configuredKey?: string,
|
||||
): string {
|
||||
const fromConfig =
|
||||
|
||||
Reference in New Issue
Block a user