hide api key and endpoint

This commit is contained in:
2023-08-25 10:33:06 +08:00
parent b0d6484d74
commit 687ebf790c

View File

@@ -363,10 +363,6 @@ export default function ChatBOX(props: {
<br />
Model: {chatStore.model}
<br />
Key: {chatStore.apiKey}
<br />
Endpoint: {chatStore.apiEndpoint}
<br />
<br />
NEW