diff --git a/src/chatbox.tsx b/src/chatbox.tsx index 47c93e9..5052bd9 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -372,6 +372,17 @@ export default function ChatBOX(props: { 请在左上角创建新会话:)
)} + {chatStore.chatgpt_api_web_version < "v1.4.0" && ( +
+
+ 提示:当前会话版本 {chatStore.chatgpt_api_web_version} {"< v1.4.0"}。
+
+ v1.4.0
+ 增加了更多参数,继续使用旧版可能因参数确实导致未定义的行为
+
+ 请在左上角创建新会话:)
+