From fe3ea8005e35acea625d04584bef7de06adaeecc Mon Sep 17 00:00:00 2001 From: Andrew Trokhymenko Date: Tue, 19 Nov 2024 20:37:23 -0500 Subject: [PATCH] changing based on PR review --- app/components/chat/BaseChat.tsx | 70 ++++++++++++++--------------- app/components/chat/FilePreview.tsx | 13 +++--- app/components/chat/UserMessage.tsx | 3 -- app/lib/.server/llm/stream-text.ts | 14 +----- app/routes/api.chat.ts | 13 ++---- package.json | 1 - pnpm-lock.yaml | 12 ----- 7 files changed, 46 insertions(+), 80 deletions(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index e0cd9280..d3ccb053 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -35,7 +35,7 @@ const ModelSelector = ({ model, setModel, provider, setProvider, modelList, prov