mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Reconfigure Code/Fast if not present after a full reconfig.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user