fix show version warning

This commit is contained in:
2023-03-31 04:41:08 +08:00
parent 26f9632f41
commit 11afa12b09

View File

@@ -307,8 +307,10 @@ export default function ChatBOX(props: {
{chatStore.postBeginIndex}
</>
)}
</p>
)}
{chatStore.chatgpt_api_web_version < "v1.3.0" && (
<>
<p className="p-2 my-2 text-center dark:text-white">
<br />
{chatStore.chatgpt_api_web_version}
<br />
@@ -316,8 +318,6 @@ export default function ChatBOX(props: {
使
<br />
</>
)}
</p>
)}
{showRetry && (