diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index 78bffd3..a01e6db 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -1,5 +1,5 @@ import { Message, OpenAIModel, OpenAIModelID } from "@/types"; -import { IconSend, IconPlayerStop } from "@tabler/icons-react"; +import { IconPlayerStop, IconSend } from "@tabler/icons-react"; import { FC, KeyboardEvent, MutableRefObject, useEffect, useRef, useState } from "react"; interface Props { @@ -79,11 +79,15 @@ export const ChatInput: FC = ({ onSend, messageIsStreaming, model, stopCo
{messageIsStreaming && ( - )}