Fix provider context limits and AWS authentication routing

This commit is contained in:
2026-09-11 11:15:48 -05:00
parent 73d6839ee9
commit 5d2a0ea2de
8 changed files with 270 additions and 41 deletions
+3
View File
@@ -7242,6 +7242,9 @@ impl ProviderSettingsWidget {
format!("Context: {}", model.context_size),
];
if let Some(default_context_size) = model.default_context_size {
details.push(format!("Default context: {default_context_size}"));
}
if let Some(max_input_tokens) = model.max_input_tokens {
details.push(format!("Max input: {max_input_tokens}"));
}