mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-20 15:10:59 +08:00
feat(config): add anthropicApiHost for qiniu and longcat providers (#11335)
This commit is contained in:
parent
4bac843b37
commit
43223fd1f5
@ -275,6 +275,7 @@ export const SYSTEM_PROVIDERS_CONFIG: Record<SystemProviderId, SystemProvider> =
|
|||||||
type: 'openai',
|
type: 'openai',
|
||||||
apiKey: '',
|
apiKey: '',
|
||||||
apiHost: 'https://api.qnaigc.com',
|
apiHost: 'https://api.qnaigc.com',
|
||||||
|
anthropicApiHost: 'https://api.qnaigc.com'
|
||||||
models: SYSTEM_MODELS.qiniu,
|
models: SYSTEM_MODELS.qiniu,
|
||||||
isSystem: true,
|
isSystem: true,
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -665,6 +666,7 @@ export const SYSTEM_PROVIDERS_CONFIG: Record<SystemProviderId, SystemProvider> =
|
|||||||
type: 'openai',
|
type: 'openai',
|
||||||
apiKey: '',
|
apiKey: '',
|
||||||
apiHost: 'https://api.longcat.chat/openai',
|
apiHost: 'https://api.longcat.chat/openai',
|
||||||
|
anthropicApiHost: 'https://api.longcat.chat/anthropic',
|
||||||
models: SYSTEM_MODELS.longcat,
|
models: SYSTEM_MODELS.longcat,
|
||||||
isSystem: true,
|
isSystem: true,
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user