diff --git a/app/components/chat.tsx b/app/components/chat.tsx index cfe0cb1a7..46caadf6b 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -102,8 +102,8 @@ import Image from "next/image"; import { useAllModels } from "../utils/hooks"; import { MultimodalContent } from "../client/api"; import { getTokenLength } from "@/lib/utils"; -import VoiceInput from "@/app/components/voice-input"; - +import VoiceInput from "./voice-input"; +import GptPrompts from "./gpt-prompts"; // const VoiceInput = dynamic( // () => import('@/app/components/voice-input'), { ssr: false }); @@ -1636,6 +1636,7 @@ function _Chat() {