From 3609b8e8282d71848df4e5d295d2370b1cbfcbbc Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Fri, 23 Jan 2026 19:40:00 +0700 Subject: [PATCH] support openai transcribe support auto language (#537) --- lib/utils/speech-data/stt-openai.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/speech-data/stt-openai.js b/lib/utils/speech-data/stt-openai.js index b7e16b6..3f1677b 100644 --- a/lib/utils/speech-data/stt-openai.js +++ b/lib/utils/speech-data/stt-openai.js @@ -1,4 +1,5 @@ module.exports = [ + { name: 'Auto Language', value: 'auto'}, { name: 'Afrikaans', value: 'af' }, { name: 'Arabic', value: 'ar' }, { name: 'Azerbaijani', value: 'az' },