fix: make v3 default
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user