Warn downgrade

This commit is contained in:
Enrico Ros
2025-11-12 10:55:53 -08:00
parent 8228a76875
commit b9840c2074
+1 -1
View File
@@ -77,7 +77,7 @@ export async function reconfigureBackendModels(lastLlmReconfigHash: string, setL
})
.catch(error => {
// catches errors and logs them, but does not stop the chain
console.error('Auto-configuration failed for service:', service.label, error);
console.warn('Auto-configuration failed for service:', service.label, error);
})
.then(() => {
// short delay between vendors