Spaces:
Paused
Paused
Commit
·
a9f214e
1
Parent(s):
5ba6e69
Update components/Chat/Chat.tsx
Browse files- components/Chat/Chat.tsx +3 -19
components/Chat/Chat.tsx
CHANGED
@@ -362,28 +362,12 @@ export const Chat = memo(({ stopConversationRef }: Props) => {
|
|
362 |
</div>
|
363 |
<div className="text-center text-gray-500 dark:text-gray-400">
|
364 |
<div className="mb-2">
|
365 |
-
Chatbot UI allows you to plug in your
|
366 |
-
|
367 |
</div>
|
368 |
<div className="mb-2">
|
369 |
It is <span className="italic">only</span> used to communicate
|
370 |
-
with
|
371 |
-
</div>
|
372 |
-
<div className="mb-2">
|
373 |
-
{t(
|
374 |
-
'Please set your OpenAI API key in the bottom left of the sidebar.',
|
375 |
-
)}
|
376 |
-
</div>
|
377 |
-
<div>
|
378 |
-
{t("If you don't have an OpenAI API key, you can get one here: ")}
|
379 |
-
<a
|
380 |
-
href="https://platform.openai.com/account/api-keys"
|
381 |
-
target="_blank"
|
382 |
-
rel="noreferrer"
|
383 |
-
className="text-blue-500 hover:underline"
|
384 |
-
>
|
385 |
-
openai.com
|
386 |
-
</a>
|
387 |
</div>
|
388 |
</div>
|
389 |
</div>
|
|
|
362 |
</div>
|
363 |
<div className="text-center text-gray-500 dark:text-gray-400">
|
364 |
<div className="mb-2">
|
365 |
+
Chatbot UI allows you to plug in your base url to use this UI with
|
366 |
+
your API.
|
367 |
</div>
|
368 |
<div className="mb-2">
|
369 |
It is <span className="italic">only</span> used to communicate
|
370 |
+
with your API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
</div>
|
372 |
</div>
|
373 |
</div>
|