From 6dfd652dac842a72fbb8c991bb995721731c6edc Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 12 Jan 2026 03:19:55 -0800 Subject: [PATCH] LLMParametersEditor: shrink label --- src/modules/llms/models-modal/LLMParametersEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/llms/models-modal/LLMParametersEditor.tsx b/src/modules/llms/models-modal/LLMParametersEditor.tsx index 70533dce5..67f4895f8 100644 --- a/src/modules/llms/models-modal/LLMParametersEditor.tsx +++ b/src/modules/llms/models-modal/LLMParametersEditor.tsx @@ -106,7 +106,7 @@ const _geminiMediaResolutionOptions = [ { value: 'mr_high', label: 'High', description: 'Best quality, higher token usage' }, { value: 'mr_medium', label: 'Medium', description: 'Balanced quality and cost' }, { value: 'mr_low', label: 'Low', description: 'Faster, lower cost' }, - { value: _UNSPECIFIED, label: 'Auto', description: 'Model optimizes based on media type (default)' }, + { value: _UNSPECIFIED, label: 'Auto', description: 'Model decides based on media' }, ] as const; // Gemini 3 Pro: 2-level thinking (high, low)