From 43223fd1f53f490098a4dc81e38d7df782fc99a5 Mon Sep 17 00:00:00 2001 From: caoli5288 Date: Tue, 18 Nov 2025 10:10:59 +0800 Subject: [PATCH] feat(config): add anthropicApiHost for qiniu and longcat providers (#11335) --- src/renderer/src/config/providers.ts | 2 ++ 1 file changed, 2 insertions(+) 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