diff --git a/src/renderer/src/config/providers.ts b/src/renderer/src/config/providers.ts index 1e25a550f1..5b0875b3d0 100644 --- a/src/renderer/src/config/providers.ts +++ b/src/renderer/src/config/providers.ts @@ -275,6 +275,7 @@ export const SYSTEM_PROVIDERS_CONFIG: Record = 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 = type: 'openai', apiKey: '', apiHost: 'https://api.longcat.chat/openai', + anthropicApiHost: 'https://api.longcat.chat/anthropic', models: SYSTEM_MODELS.longcat, isSystem: true, enabled: false