From 7291255fa4f09dd6995c2b5eed3da62dc770a308 Mon Sep 17 00:00:00 2001 From: Johnpaul Date: Mon, 22 Sep 2025 22:50:18 +0100 Subject: [PATCH] refactor: remove unused SMALL_MODEL_SIZE_LIMIT constant from templateWorkflows --- src/constants/templateWorkflows.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/constants/templateWorkflows.ts diff --git a/src/constants/templateWorkflows.ts b/src/constants/templateWorkflows.ts deleted file mode 100644 index 0886c037a..000000000 --- a/src/constants/templateWorkflows.ts +++ /dev/null @@ -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