Spaces:
Running
on
T4
Running
on
T4
theo-michel
commited on
Update the eleven labs to pay less money
Browse filesWe were advised to change the model, we can just merge this before the public release to not overpay.
- 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,
|