Add new fallback state as prefactor for routing (#5065)

This commit is contained in:
Abhi
2025-07-28 15:55:50 -04:00
committed by GitHub
parent 40db8cde97
commit cb39eef7b5
7 changed files with 30 additions and 67 deletions

View File

@@ -398,6 +398,7 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => {
// Switch model for future use but return false to stop current retry
config.setModel(fallbackModel);
config.setFallbackMode(true);
logFlashFallback(
config,
new FlashFallbackEvent(config.getContentGeneratorConfig().authType!),