fix: silicon provider code list (#11474)

This commit is contained in:
SuYao 2025-11-26 19:59:57 +08:00 committed by GitHub
parent 82ef4a32eb
commit bed55c418d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',