v1.4.0 warning

This commit is contained in:
2023-07-08 09:56:41 +08:00
parent c0566f3105
commit 22b4d59b1c

View File

@@ -372,6 +372,17 @@ export default function ChatBOX(props: {
</p> </p>
)} )}
{chatStore.chatgpt_api_web_version < "v1.4.0" && (
<p className="p-2 my-2 text-center dark:text-white">
<br />
{chatStore.chatgpt_api_web_version} {"< v1.4.0"}
<br />
v1.4.0
使
<br />
</p>
)}
{showRetry && ( {showRetry && (
<p className="text-right p-2 my-2 dark:text-white"> <p className="text-right p-2 my-2 dark:text-white">
<button <button