diff --git a/src/chatbox.tsx b/src/chatbox.tsx index 5052bd9..1c9298d 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -344,6 +344,33 @@ export default function ChatBOX(props: { messageIndex={messageIndex} /> ))} + {chatStore.develop_mode && ( +

+ + +

+ )} {showGenerating && (

{generatingMessage || "生成中,最长可能需要一分钟,请保持网络稳定"} @@ -375,10 +402,10 @@ export default function ChatBOX(props: { {chatStore.chatgpt_api_web_version < "v1.4.0" && (


- 提示:当前会话版本 {chatStore.chatgpt_api_web_version} {"< v1.4.0"}。 + 提示:当前会话版本 {chatStore.chatgpt_api_web_version} {"< v1.4.0"} + 。
- v1.4.0 - 增加了更多参数,继续使用旧版可能因参数确实导致未定义的行为 + v1.4.0 增加了更多参数,继续使用旧版可能因参数确实导致未定义的行为
请在左上角创建新会话:)