mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
LLMParametersEditor: shrink label
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user