永远显示提示<p>

This commit is contained in:
2023-04-02 01:40:12 +08:00
parent d5d077f39c
commit 528eb0a300

View File

@@ -289,7 +289,9 @@ export default function ChatBOX(props: {
<br /> <br />
NEW NEW
<br /> <br />
使 ChatGPT API
API
<br /> <br />
<br /> <br />
@@ -318,17 +320,17 @@ export default function ChatBOX(props: {
... ...
</p> </p>
)} )}
{chatStore.responseModelName && ( <p className="p-2 my-2 text-center opacity-50 dark:text-white">
<p className="p-2 my-2 text-center opacity-50 dark:text-white"> {chatStore.responseModelName && (
Generated by {chatStore.responseModelName} <>Generated by {chatStore.responseModelName}</>
{chatStore.postBeginIndex !== 0 && ( )}
<> {chatStore.postBeginIndex !== 0 && (
<br /> <>
{chatStore.postBeginIndex} <br />
</> {chatStore.postBeginIndex}
)} </>
</p> )}
)} </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"> <p className="p-2 my-2 text-center dark:text-white">
<br /> <br />