diff --git a/src/renderer/src/config/models.ts b/src/renderer/src/config/models.ts index bebc6cc0c7..2b4d9e959a 100644 --- a/src/renderer/src/config/models.ts +++ b/src/renderer/src/config/models.ts @@ -2320,8 +2320,6 @@ export const TEXT_TO_IMAGES_MODELS_SUPPORT_IMAGE_ENHANCEMENT = [ ] export const SUPPORTED_DISABLE_GENERATION_MODELS = [ - 'gemini-2.0-flash-exp-image-generation', - 'gemini-2.0-flash-preview-image-generation', 'gemini-2.0-flash-exp', 'gpt-4o', 'gpt-4o-mini', diff --git a/src/renderer/src/pages/home/Inputbar/ThinkingButton.tsx b/src/renderer/src/pages/home/Inputbar/ThinkingButton.tsx index 5bf57d9c9c..1338b03fcc 100644 --- a/src/renderer/src/pages/home/Inputbar/ThinkingButton.tsx +++ b/src/renderer/src/pages/home/Inputbar/ThinkingButton.tsx @@ -36,7 +36,7 @@ interface Props { // 模型类型到支持选项的映射表 const MODEL_SUPPORTED_OPTIONS: Record = { default: ['off', 'low', 'medium', 'high'], - grok: ['off', 'low', 'high'], + grok: ['low', 'high'], gemini: ['off', 'low', 'medium', 'high', 'auto'], gemini_pro: ['low', 'medium', 'high', 'auto'], qwen: ['off', 'low', 'medium', 'high'],