refac: switch to meta and params, remove source
This commit is contained in:
@@ -359,7 +359,7 @@
|
||||
if (!model) {
|
||||
continue;
|
||||
}
|
||||
if (model.custom_info?.params.vision_capable ?? true) {
|
||||
if (model.custom_info?.meta.vision_capable ?? true) {
|
||||
visionCapableCount++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user