diff --git a/src/common/logic/reconfigureBackendModels.ts b/src/common/logic/reconfigureBackendModels.ts index 97c243dbc..4a1a15c36 100644 --- a/src/common/logic/reconfigureBackendModels.ts +++ b/src/common/logic/reconfigureBackendModels.ts @@ -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