zach
Update UI to compare Hume vs Elevenlabs 50% of the time, and Hume vs Hume 50% of the time
8047063
raw
history blame
263 Bytes
from .anthropic_api import generate_text_with_claude, AnthropicError
from .elevenlabs_api import text_to_speech_with_elevenlabs, get_random_elevenlabs_voice_id, ElevenLabsError
from .hume_api import text_to_speech_with_hume, get_random_hume_voice_names, HumeError