mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 20:59:30 +01:00
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