From 5bffa8b0c97daa9c405d7ff7bc211222c09994ab Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Wed, 22 Mar 2023 10:46:30 -0600 Subject: [PATCH] hotfix --- components/Chat/ChatInput.tsx | 63 +++++++++++++++++++++-------------- pages/index.tsx | 5 +++ 2 files changed, 43 insertions(+), 25 deletions(-) diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index 5423f1d..d1e8310 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -70,34 +70,47 @@ export const ChatInput: FC = ({ onSend, messageIsStreaming, model }) => { return (
-
-