diff --git a/ui/src/workflow/nodes/speech-to-text-node/index.vue b/ui/src/workflow/nodes/speech-to-text-node/index.vue index 054b15686..5a4b653f6 100644 --- a/ui/src/workflow/nodes/speech-to-text-node/index.vue +++ b/ui/src/workflow/nodes/speech-to-text-node/index.vue @@ -154,7 +154,7 @@ const form_data = computed({ }) function getSelectModel() { - model.asyncGetSelectModel({ model_type: 'LLM' }).then((res: any) => { + model.asyncGetSelectModel({ model_type: 'STT' }).then((res: any) => { modelOptions.value = groupBy(res?.data, 'provider') }) }