fix show version warning
This commit is contained in:
@@ -307,8 +307,10 @@ export default function ChatBOX(props: {
|
|||||||
提示:会话过长,已裁切前 {chatStore.postBeginIndex} 条消息
|
提示:会话过长,已裁切前 {chatStore.postBeginIndex} 条消息
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
</p>
|
||||||
|
)}
|
||||||
{chatStore.chatgpt_api_web_version < "v1.3.0" && (
|
{chatStore.chatgpt_api_web_version < "v1.3.0" && (
|
||||||
<>
|
<p className="p-2 my-2 text-center dark:text-white">
|
||||||
<br />
|
<br />
|
||||||
提示:当前会话版本 {chatStore.chatgpt_api_web_version}。
|
提示:当前会话版本 {chatStore.chatgpt_api_web_version}。
|
||||||
<br />
|
<br />
|
||||||
@@ -316,8 +318,6 @@ export default function ChatBOX(props: {
|
|||||||
引入与旧版不兼容的消息裁切算法。继续使用旧版可能会导致消息裁切过多或过少(表现为失去上下文或输出不完整)。
|
引入与旧版不兼容的消息裁切算法。继续使用旧版可能会导致消息裁切过多或过少(表现为失去上下文或输出不完整)。
|
||||||
<br />
|
<br />
|
||||||
请在左上角创建新会话:)
|
请在左上角创建新会话:)
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
{showRetry && (
|
{showRetry && (
|
||||||
|
|||||||
Reference in New Issue
Block a user