fix: fix api-host for vercel ai-gateway provider (#11321)

Co-authored-by: scientia <wangdenghui@xiaomi.com>
This commit is contained in:
scientia 2025-11-19 17:11:17 +08:00 committed by GitHub
parent 40a64a7c92
commit 0e011ff35f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -686,7 +686,7 @@ export const SYSTEM_PROVIDERS_CONFIG: Record<SystemProviderId, SystemProvider> =
name: 'AI Gateway',
type: 'ai-gateway',
apiKey: '',
apiHost: 'https://ai-gateway.vercel.sh/v1',
apiHost: 'https://ai-gateway.vercel.sh/v1/ai',
models: [],
isSystem: true,
enabled: false