zach
Update Hume integration to use OCTAVE TTS endpoint, update Elevenlabs integration to use voice design endpoint, no longer specify voice since voices are now generated
7f25817
raw
history blame
203 Bytes
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, HumeError