diff --git a/apps/settings/src/components/AdminAI.vue b/apps/settings/src/components/AdminAI.vue
index 5796500a434..a3fb654fa0a 100644
--- a/apps/settings/src/components/AdminAI.vue
+++ b/apps/settings/src/components/AdminAI.vue
@@ -50,24 +50,6 @@
-
-
-
- {{ provider.name }}
-
-
-
-
- {{ t('settings', 'None of your currently installed apps provide Speech-To-Text functionality') }}
-
-
-
@@ -162,9 +144,6 @@ export default {
}
},
computed: {
- hasStt() {
- return this.sttProviders.length > 0
- },
hasTextProcessing() {
return Object.keys(this.settings['ai.textprocessing_provider_preferences']).length > 0 && Array.isArray(this.textProcessingTaskTypes)
},