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

@@ -17,6 +17,7 @@ export interface TemplateInfo {
date?: string
useCase?: string
license?: string
size?: number
}
export interface WorkflowTemplates {