Spaces:
Running
Running
Update the eleven labs to pay less money (#4)
Browse files- Update the eleven labs to pay less money (5767cbd4faad0c1d08e4cad70c1f8bd1aed702e4)
Co-authored-by: Théo Michel <[email protected]>
- src/eleven_labs.js +1 -1
src/eleven_labs.js
CHANGED
@@ -37,7 +37,7 @@ export class ElevenLabsClient {
|
|
37 |
async createSpeech({
|
38 |
text,
|
39 |
voiceId,
|
40 |
-
modelId = "
|
41 |
outputFormat = "mp3_44100_128",
|
42 |
voiceSettings = null,
|
43 |
pronunciationDictionaryLocators = null,
|
|
|
37 |
async createSpeech({
|
38 |
text,
|
39 |
voiceId,
|
40 |
+
modelId = "eleven_flash_v2",
|
41 |
outputFormat = "mp3_44100_128",
|
42 |
voiceSettings = null,
|
43 |
pronunciationDictionaryLocators = null,
|