永远显示提示<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 />
NEW
<br />
使 ChatGPT API
API
<br />
<br />
@@ -318,9 +320,10 @@ export default function ChatBOX(props: {
...
</p>
)}
{chatStore.responseModelName && (
<p className="p-2 my-2 text-center opacity-50 dark:text-white">
Generated by {chatStore.responseModelName}
{chatStore.responseModelName && (
<>Generated by {chatStore.responseModelName}</>
)}
{chatStore.postBeginIndex !== 0 && (
<>
<br />
@@ -328,7 +331,6 @@ export default function ChatBOX(props: {
</>
)}
</p>
)}
{chatStore.chatgpt_api_web_version < "v1.3.0" && (
<p className="p-2 my-2 text-center dark:text-white">
<br />