From 700c424d64203d38de46a98df0a88a85aa0850e5 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sun, 26 Mar 2023 00:09:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E5=A5=BD=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chatbox.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/chatbox.tsx b/src/chatbox.tsx index 1f810ce..9acafdd 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -190,6 +190,12 @@ export default function ChatBOX(props: { {chatStore.history.length === 0 && (

暂无历史对话记录 +
+ ⬆点击上方更改此对话的参数 +
+ ↖点击左上角 NEW 新建对话 +
+ ⚠回答内容和速度会受到对话历史的影响,因此建议为不相关的问题创建一个单独的对话。

)} {chatStore.history.map((_, messageIndex) => (