Reconfigure Code/Fast if not present after a full reconfig.

This commit is contained in:
Enrico Ros
2025-02-20 14:26:59 -08:00
parent de190f6d41
commit e3fa1c740d
@@ -95,6 +95,8 @@ export async function reconfigureBackendModels(lastLlmReconfigHash: string, setL
} else {
// in case the chat model becomes unavailable/hidden, we'll auto-reassign it
llmsStoreActions().autoReassignDomainModel('primaryChat', true, true);
llmsStoreActions().autoReassignDomainModel('codeApply', true, false);
llmsStoreActions().autoReassignDomainModel('fastUtil', true, false);
}
// end configuration