refactor: remove unused SMALL_MODEL_SIZE_LIMIT constant from templateWorkflows

This commit is contained in:
Johnpaul
2025-09-22 22:50:18 +01:00
parent e72efade04
commit 7291255fa4

View File

@@ -1,4 +0,0 @@
// 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