fix: make v3 default

This commit is contained in:
2026-02-13 22:48:32 -03:00
parent cbb5a9a76a
commit 09e10e4113
+1 -1
View File
@@ -71,7 +71,7 @@ export class ElevenLabsTTS implements TTSModule {
constructor() {
this.settings = ElevenLabsTTS.DEFAULT_SETTINGS;
this.modelId = 'eleven_flash_v2_5';
this.modelId = 'eleven_v3';
if (this.canBeUsed()) this.initializationPromise = this.init();