diff --git a/apps/settings/src/components/AdminAI.vue b/apps/settings/src/components/AdminAI.vue index 2e1104a49d2..f11cb0c3da0 100644 --- a/apps/settings/src/components/AdminAI.vue +++ b/apps/settings/src/components/AdminAI.vue @@ -1,34 +1,53 @@ - - {{ t('settings', 'Translations') }} - {{ t('settings', 'Speech-To-Text') }} - - {{ provider.name }} - - - {{ t('settings', 'No apps are currently installed that provide Speech-To-Text functionality') }} - - {{ t('settings', 'Text processing') }} - - {{ type }} - - - - {{ t('settings', 'No apps are currently installed that provide Text processing functionality') }} - - + + + + {{i+1}} {{ translationProviders.find(p => p.class === providerClass)?.name }} + + + + + + {{ provider.name }} + + + + + {{ t('settings', 'No apps are currently installed that provide Speech-To-Text functionality') }} + + + + + + {{ t('settings', 'Task:') }} {{ getTaskType(type).name }} + {{ getTaskType(type).description }} + + + {{ textProcessingProviders.find(p => p.class === label)?.name }} + {{ textProcessingProviders.find(p => p.class === label)?.name }} + + + + + {{ t('settings', 'No apps are currently installed that provide Text processing functionality') }} + + + +
{{ t('settings', 'No apps are currently installed that provide Text processing functionality') }}
{{ getTaskType(type).description }}