feat: implement model size sorting and enhance performance filtering logic

This commit is contained in:
Johnpaul
2025-08-28 02:10:59 +01:00
parent fa317d7172
commit b243b46cb4
4 changed files with 37 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
// Constants related to Workflow Templates functionality
// Size threshold (in GB) for categorizing templates as "Small Models".
// Templates with size <= this limit will appear under the Performance > Small Models category.
export const SMALL_MODEL_SIZE_LIMIT = 3