fix(stt): change default model to large-v3 (large-v3-turbo not supported by lightning-whisper-mlx)

This commit is contained in:
Till-JS 2026-01-27 01:36:49 +01:00
parent bf0fa04e7e
commit 92a700ac7e
4 changed files with 11 additions and 16 deletions

View file

@ -64,7 +64,7 @@ cat > "$PLIST_PATH" << EOF
<key>PORT</key>
<string>3020</string>
<key>WHISPER_MODEL</key>
<string>large-v3-turbo</string>
<string>large-v3</string>
<key>PRELOAD_MODELS</key>
<string>false</string>
<key>CORS_ORIGINS</key>