diff --git a/apps/web/src/components/SettingsDialog.tsx b/apps/web/src/components/SettingsDialog.tsx index 36c574c21..6de9aeffc 100644 --- a/apps/web/src/components/SettingsDialog.tsx +++ b/apps/web/src/components/SettingsDialog.tsx @@ -2185,47 +2185,40 @@ export function SettingsDialog({ {t('settings.modelPicker')} - +
+ + +
- {/* - Hint sits with its own field so the user reads - "Default vs Custom…" right next to the dropdown - that exposes those options. Older layouts parked - this paragraph at the bottom of the section, past - the Memory picker, where it got mistaken for - memory documentation. - */}

{t('settings.modelPickerHint')}

@@ -2251,18 +2244,25 @@ export function SettingsDialog({ {t('settings.reasoningPicker')} - +
+ + +
) : null}