We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef6eec2 + 12940dc commit e014041Copy full SHA for e014041
src/components/AdminSettings.vue
@@ -443,7 +443,7 @@
443
:input-label="t('integration_openai', 'Default speech generation model to use')"
444
:no-wrap="true"
445
input-id="openai-tts-model-select"
446
- @input="onModelSelected('tts', $event)" />
+ @update:model-value="onModelSelected('tts', $event)" />
447
<a v-if="state.url === ''"
448
:title="t('integration_openai', 'More information about OpenAI models')"
449
href="https://beta.openai.com/docs/models"
0 commit comments