mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-04 17:16:39 +08:00
add mask
This commit is contained in:
parent
1579d1003a
commit
9afa9057c8
@ -103,7 +103,7 @@ import { useAllModels } from "../utils/hooks";
|
|||||||
import { MultimodalContent } from "../client/api";
|
import { MultimodalContent } from "../client/api";
|
||||||
import { getTokenLength } from "@/lib/utils";
|
import { getTokenLength } from "@/lib/utils";
|
||||||
import VoiceInput from "./voice-input";
|
import VoiceInput from "./voice-input";
|
||||||
import GptPrompts from "./gpt-prompts";
|
// import GptPrompts from "./gpt-prompts";
|
||||||
// const VoiceInput = dynamic(
|
// const VoiceInput = dynamic(
|
||||||
// () => import('@/app/components/voice-input'), { ssr: false });
|
// () => import('@/app/components/voice-input'), { ssr: false });
|
||||||
|
|
||||||
@ -1636,7 +1636,7 @@ function _Chat() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className={styles["chat-input-panel"]}>
|
<div className={styles["chat-input-panel"]}>
|
||||||
<GptPrompts />
|
{/*<GptPrompts />*/}
|
||||||
<PromptHints prompts={promptHints} onPromptSelect={onPromptSelect} />
|
<PromptHints prompts={promptHints} onPromptSelect={onPromptSelect} />
|
||||||
|
|
||||||
<ChatActions
|
<ChatActions
|
||||||
|
Loading…
Reference in New Issue
Block a user