mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
DOC: Extend Audio MIME Type Setting Explanation
DOC: Extend Audio MIME Type Setting Explanation Add explanation to add multiple mime types in audio settings labeling
This commit is contained in:
parent
d3b14ff827
commit
e3c8e1bb71
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@
|
|||
<input
|
||||
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"
|
||||
bind:value={STT_SUPPORTED_CONTENT_TYPES}
|
||||
placeholder={$i18n.t('e.g., audio/wav,audio/mpeg (leave blank for defaults)')}
|
||||
placeholder={$i18n.t('e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)')}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue