mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: audio tts voice list
This commit is contained in:
parent
ceffac87b6
commit
403295600f
@ -468,8 +468,7 @@
|
|||||||
<option
|
<option
|
||||||
value={voice.voiceURI}
|
value={voice.voiceURI}
|
||||||
class="bg-gray-100 dark:bg-gray-700"
|
class="bg-gray-100 dark:bg-gray-700"
|
||||||
selected={TTS_VOICE === voice.voiceURI}
|
selected={TTS_VOICE === voice.voiceURI}>{voice.name}</option
|
||||||
>{voice.name.replace('+', ', ')}</option
|
|
||||||
>
|
>
|
||||||
{/each}
|
{/each}
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user