diff --git a/src/components/EmptyChatMessageInput.tsx b/src/components/EmptyChatMessageInput.tsx index 0ce74c8..85acd0b 100644 --- a/src/components/EmptyChatMessageInput.tsx +++ b/src/components/EmptyChatMessageInput.tsx @@ -5,6 +5,8 @@ import Focus from './MessageInputActions/Focus'; import Optimization from './MessageInputActions/Optimization'; import Attach from './MessageInputActions/Attach'; import { useChat } from '@/lib/hooks/useChat'; +import AttachSmall from './MessageInputActions/AttachSmall'; +import ModelSelector from './MessageInputActions/ModelSelector'; const EmptyChatMessageInput = () => { const { sendMessage } = useChat(); @@ -54,13 +56,13 @@ const EmptyChatMessageInput = () => { }} className="w-full" > -