NUX for gpt5.1 (#6561)

- Introducing a screen to inform users of model changes. 
- Config name is being passed to be able to reuse this component in the
future for future models
This commit is contained in:
Ahmed Ibrahim
2025-11-12 17:24:21 -08:00
committed by GitHub
parent 964220ac94
commit e63ab0dd65
12 changed files with 512 additions and 1 deletions

View File

@@ -1533,6 +1533,7 @@ fn single_reasoning_option_skips_selection() {
default_reasoning_effort: ReasoningEffortConfig::High,
supported_reasoning_efforts: &SINGLE_EFFORT,
is_default: false,
recommended_upgrade_model: None,
};
chat.open_reasoning_popup(preset);