feat(config): add anthropicApiHost for qiniu and longcat providers (#11335)

This commit is contained in:
caoli5288 2025-11-18 10:10:59 +08:00 committed by GitHub
parent 4bac843b37
commit 43223fd1f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,6 +275,7 @@ export const SYSTEM_PROVIDERS_CONFIG: Record<SystemProviderId, SystemProvider> =
type: 'openai',
apiKey: '',
apiHost: 'https://api.qnaigc.com',
anthropicApiHost: 'https://api.qnaigc.com'
models: SYSTEM_MODELS.qiniu,
isSystem: true,
enabled: false
@ -665,6 +666,7 @@ export const SYSTEM_PROVIDERS_CONFIG: Record<SystemProviderId, SystemProvider> =
type: 'openai',
apiKey: '',
apiHost: 'https://api.longcat.chat/openai',
anthropicApiHost: 'https://api.longcat.chat/anthropic',
models: SYSTEM_MODELS.longcat,
isSystem: true,
enabled: false