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