diff --git a/src/renderer/src/pages/code/index.ts b/src/renderer/src/pages/code/index.ts index 6e66164f05..17c74903b2 100644 --- a/src/renderer/src/pages/code/index.ts +++ b/src/renderer/src/pages/code/index.ts @@ -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',