From 9afa9057c8cc7b26d142da12de8916908779fc3d Mon Sep 17 00:00:00 2001 From: sijinhui Date: Tue, 16 Apr 2024 13:48:30 +0800 Subject: [PATCH] add mask --- app/components/chat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {
- + {/**/}