This commit is contained in:
Timothy Jaeryang Baek
2026-04-24 15:03:29 +09:00
parent 4dc5c1eb4f
commit d0e51bde5d
2 changed files with 11 additions and 8 deletions
@@ -525,7 +525,7 @@
TTS_MODEL = 'tts-1';
} else if (e.target?.value === 'mistral') {
TTS_VOICE = '';
TTS_MODEL = 'mistral-tts-latest';
TTS_MODEL = 'voxtral-mini-tts-2603';
} else {
TTS_VOICE = '';
TTS_MODEL = '';