We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b5a17 commit ae802fbCopy full SHA for ae802fb
lib/tts-providers/elevenlabs.js
@@ -13,6 +13,7 @@ const DEFAULT_SETTINGS = {
13
similarityBoost: 0.5,
14
speakerBoost: true,
15
style: 1,
16
+ modelId: "eleven_multilingual_v2"
17
};
18
19
// Provider developed based on structure from aws-polly.js.
0 commit comments