Spaces:
Running
Running
zach
Restore encapsulation for ElevenLabs integration, update TTS functions to return the voice name in addition to the audio
36b195f
from .anthropic_api import generate_text_with_claude, AnthropicError | |
from .elevenlabs_api import text_to_speech_with_elevenlabs, ElevenLabsError | |
from .hume_api import text_to_speech_with_hume, get_random_hume_voice_names, HumeError |