|
@@ -138,7 +138,7 @@
|
|
|
<div>
|
|
|
<div class="mt-1 flex gap-2 mb-1">
|
|
|
<input
|
|
|
- class="flex-1 w-full rounded-l-lg py-2 pl-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
|
|
|
+ class="flex-1 w-full rounded-lg py-2 pl-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
|
|
|
placeholder={$i18n.t('API Base URL')}
|
|
|
bind:value={STT_OPENAI_API_BASE_URL}
|
|
|
required
|
|
@@ -203,7 +203,7 @@
|
|
|
<div>
|
|
|
<div class="mt-1 flex gap-2 mb-1">
|
|
|
<input
|
|
|
- class="flex-1 w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
|
|
|
+ class="flex-1 w-full rounded-lg py-2 pl-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
|
|
|
placeholder={$i18n.t('API Base URL')}
|
|
|
bind:value={TTS_OPENAI_API_BASE_URL}
|
|
|
required
|