Merge pull request #756 from Arthur2500/patch-1

Correct text for empty OpenAI API URL Field
This commit is contained in:
Timothy Jaeryang Baek 2024-02-16 14:48:03 -05:00 committed by GitHub
commit 9b3596001e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@
<div class="flex-1">
<input
class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
placeholder="Enter OpenAI API Key"
placeholder="Enter OpenAI API Base URL"
bind:value={OPENAI_API_BASE_URL}
autocomplete="off"
/>