From d43ef9e43d302ec325fe2b7bf36a7818ed153115 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Sat, 18 Oct 2025 18:49:26 +0530 Subject: [PATCH] feat(emptyChatInput): add model selector --- src/components/EmptyChatMessageInput.tsx | 12 +- .../MessageInputActions/ModelSelector.tsx | 198 ++++++++++++++++++ .../MessageInputActions/Optimization.tsx | 112 +++++----- 3 files changed, 262 insertions(+), 60 deletions(-) create mode 100644 src/components/MessageInputActions/ModelSelector.tsx diff --git a/src/components/EmptyChatMessageInput.tsx b/src/components/EmptyChatMessageInput.tsx index 85acd0b..e178d7d 100644 --- a/src/components/EmptyChatMessageInput.tsx +++ b/src/components/EmptyChatMessageInput.tsx @@ -66,12 +66,12 @@ const EmptyChatMessageInput = () => { placeholder="Ask anything..." />
-
- - -
-
- + +
+
+ + +