mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
Add Custom Azure TTS URL - Formatting
This commit is contained in:
parent
853adad894
commit
5c055b73a3
1 changed files with 1 additions and 5 deletions
|
|
@ -478,11 +478,7 @@
|
||||||
{:else if TTS_ENGINE === 'azure'}
|
{:else if TTS_ENGINE === 'azure'}
|
||||||
<div>
|
<div>
|
||||||
<div class="mt-1 flex gap-2 mb-1">
|
<div class="mt-1 flex gap-2 mb-1">
|
||||||
<SensitiveInput
|
<SensitiveInput placeholder={$i18n.t('API Key')} bind:value={TTS_API_KEY} required />
|
||||||
placeholder={$i18n.t('API Key')}
|
|
||||||
bind:value={TTS_API_KEY}
|
|
||||||
required
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="border-gray-100 dark:border-gray-850 my-2" />
|
<hr class="border-gray-100 dark:border-gray-850 my-2" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue