Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
9b359600
Unverified
Commit
9b359600
authored
Feb 16, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Feb 16, 2024
Browse files
Merge pull request #756 from Arthur2500/patch-1
Correct text for empty OpenAI API URL Field
parents
a7bb692a
828b2a24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/chat/Settings/External.svelte
src/lib/components/chat/Settings/External.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/External.svelte
View file @
9b359600
...
@@ -63,7 +63,7 @@
...
@@ -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"
/>
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment