mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +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',
|
||||
'minimax',
|
||||
'longcat',
|
||||
SystemProviderIds.qiniu
|
||||
// If silicon is in this list, the fallback logic above will return true for all silicon models,
|
||||
// potentially bypassing the specific model filtering you added above.
|
||||
SystemProviderIds.qiniu,
|
||||
SystemProviderIds.silicon
|
||||
]
|
||||
export const CLAUDE_SUPPORTED_PROVIDERS = [
|
||||
'aihubmix',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user