feat/fix: Fixed Elevenlabs API support by upgrading to v2 API, and downloading list of user voices when api key entered in interactive cli.

pull/2350/head
JT 3 months ago
commit ccfad9be53

@ -112,4 +112,4 @@ class ElevenLabsGenerate:
"No voices available from ElevenLabs account to choose from." "No voices available from ElevenLabs account to choose from."
) )
# Return the voice_id of a randomly selected voice object # Return the voice_id of a randomly selected voice object
return random.choice(self.available_voices).voice_id return random.choice(self.available_voices).voice_id
Loading…
Cancel
Save