This commit is contained in:
2023-03-15 02:39:21 +08:00
parent 5eb070a62f
commit 84d771722b

View File

@@ -340,7 +340,7 @@ export function App() {
<div className="grow overflow-scroll"> <div className="grow overflow-scroll">
{!chatStore.apiKey && ( {!chatStore.apiKey && (
<p className="opacity-60 p-6 rounded bg-white my-3 text-left"> <p className="opacity-60 p-6 rounded bg-white my-3 text-left">
API Endpoint (OPENAI) API KEY
</p> </p>
)} )}
{!chatStore.apiEndpoint && ( {!chatStore.apiEndpoint && (