mirror of
https://github.com/open-webui/open-webui
synced 2025-06-09 07:56:42 +00:00
Correct text for empty OpenAI API URL Field
This commit is contained in:
parent
a7bb692a54
commit
828b2a2421
@ -63,7 +63,7 @@
|
|||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<input
|
<input
|
||||||
class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
|
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}
|
bind:value={OPENAI_API_BASE_URL}
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user