Update application flow to accept a character description and normalize a prompt for claude
5bf19b3
zachcommited on
Refactor tts integration functions to write audio to file and return file path, audio players to play mp3 file written to temp folder, fix audioplayer loading, remove unused imports
0e508c8
zachcommited on
Update eleven labs integration to consume the voice generation api
d4b2b49
zachcommited on
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
zachcommited on
Update system prompt for claude and placeholder sample prompts
6431bab
zachcommited on
Finalize pre-commit configuration
6130461
zachcommited on
Add formatter (black) and format all code in src directory— using black default formatting configuration
d1ed6b1
zachcommited on
Improve ElevenLabs integration documentation
f8ddf74
zachcommited on
Restore encapsulation for ElevenLabs integration, update TTS functions to return the voice name in addition to the audio
36b195f
zachcommited on
Update UI to compare Hume vs Elevenlabs 50% of the time, and Hume vs Hume 50% of the time
8047063
zachcommited on
Update documentation and fix typos across project
bc5091e
zachcommited on
Clean up doc strings
c8f7e68
zachcommited on
Remove dark theme styles
e431b2b
zachcommited on
Update claude system prompt, sample prompts, and max prompt input limit