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
6cecb964
Unverified
Commit
6cecb964
authored
Jul 20, 2024
by
Justin Hayes
Committed by
GitHub
Jul 20, 2024
Browse files
name
parent
0216ee10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/admin/Settings/Audio.svelte
src/lib/components/admin/Settings/Audio.svelte
+2
-2
No files found.
src/lib/components/admin/Settings/Audio.svelte
View file @
6cecb964
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
await updateConfigHandler();
await updateConfigHandler();
dispatch('save');
dispatch('save');
}}
}}
>
>
<div class=" space-y-3 overflow-y-scroll scrollbar-hidden h-full">
<div class=" space-y-3 overflow-y-scroll scrollbar-hidden h-full">
<div class="flex flex-col gap-3">
<div class="flex flex-col gap-3">
<div>
<div>
...
@@ -223,7 +223,7 @@
...
@@ -223,7 +223,7 @@
>
>
<option value="">{$i18n.t('Web API')}</option>
<option value="">{$i18n.t('Web API')}</option>
<option value="openai">{$i18n.t('OpenAI')}</option>
<option value="openai">{$i18n.t('OpenAI')}</option>
<option value="elevenlabs">{$i18n.t('Eleven
Labs')}</option>
<option value="elevenlabs">{$i18n.t('ElevenLabs')}</option>
</select>
</select>
</div>
</div>
</div>
</div>
...
...
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