mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-21 16:01:35 +08:00
fix: silicon provider code list (#11474)
This commit is contained in:
parent
82ef4a32eb
commit
bed55c418d
@ -33,9 +33,8 @@ export const CLAUDE_OFFICIAL_SUPPORTED_PROVIDERS = [
|
|||||||
'modelscope',
|
'modelscope',
|
||||||
'minimax',
|
'minimax',
|
||||||
'longcat',
|
'longcat',
|
||||||
SystemProviderIds.qiniu
|
SystemProviderIds.qiniu,
|
||||||
// If silicon is in this list, the fallback logic above will return true for all silicon models,
|
SystemProviderIds.silicon
|
||||||
// potentially bypassing the specific model filtering you added above.
|
|
||||||
]
|
]
|
||||||
export const CLAUDE_SUPPORTED_PROVIDERS = [
|
export const CLAUDE_SUPPORTED_PROVIDERS = [
|
||||||
'aihubmix',
|
'aihubmix',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user