output model count
This commit is contained in:
parent
973d224bf7
commit
2c696654aa
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ export async function preChecks() {
|
||||||
}
|
}
|
||||||
checked++;
|
checked++;
|
||||||
console.log(`[✨ AI] Pre-checks passed [${checked}/${envs.length + 1}]`)
|
console.log(`[✨ AI] Pre-checks passed [${checked}/${envs.length + 1}]`)
|
||||||
|
const modelCount = models.reduce((acc, model) => acc + model.models.length, 0);
|
||||||
|
console.log(`[✨ AI] Found ${modelCount} models.`);
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue