mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-25 16:42:16 +03:00
Cherry-picked the value commit (0e918816) onto the current tip, dropping the stale base-red sync commits. Focused tests: pollinations-api-key-required 1/1 plus the whole optional-key suite 142/142 (two legacy assertions in provider-route-schemas flipped to the new key-required contract, commented with the PR). Fixes #11096 — Pollinations answers 401 anonymously now. Thank you @rqzbeh!
This commit is contained in:
@@ -5692,8 +5692,8 @@
|
||||
"aggregatorsGateways": "Aggregators Gateways",
|
||||
"enterpriseCloud": "Enterprise & Cloud",
|
||||
"apiFormatLabel": "Api Format Label",
|
||||
"apiKeyOptionalHint": "Api Key Optional Hint",
|
||||
"apiKeyOptionalLabel": "Api Key Optional Label",
|
||||
"apiKeyOptionalHint": "Leave empty if your local setup or provider does not require authentication.",
|
||||
"apiKeyOptionalLabel": "API Key (optional)",
|
||||
"apiRegionChina": "Api Region China",
|
||||
"apiRegionHint": "Api Region Hint",
|
||||
"apiRegionInternational": "Api Region International",
|
||||
|
||||
@@ -237,7 +237,6 @@ export function isSelfHostedChatProvider(providerId: unknown): boolean {
|
||||
const EXPLICIT_OPTIONAL_APIKEY_PROVIDER_IDS = new Set([
|
||||
"searxng-search",
|
||||
"firecrawl",
|
||||
"pollinations",
|
||||
"copilot-web",
|
||||
"hackclub",
|
||||
"g4f-groq",
|
||||
|
||||
Reference in New Issue
Block a user