From 1306ba9ed18c0e44af9715a9234b8f2662256492 Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Sun, 18 May 2025 06:12:12 -0500 Subject: [PATCH] Removed the model selector --- .../llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/llm-fe/src/llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx b/llm-fe/src/llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx index 9277aab..26a2985 100644 --- a/llm-fe/src/llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx +++ b/llm-fe/src/llm-fe/pages/AsyncDashboard2/AsyncDashboard2.tsx @@ -206,15 +206,6 @@ return( InputProps={{ endAdornment: ( - } @@ -287,4 +278,4 @@ const AsyncDashboard2 = ({}): JSX.Element => { } -export default AsyncDashboard2 \ No newline at end of file +export default AsyncDashboard2