Add Dockerfile and .dockerignore, update server_name arg for gradio launch
9100090
zachcommited on
Migrate to uv
f420a37
unverified
twitchardcommited on
improve 11labs error handling
234af57
unverified
twitchardcommited on
Add pre_commit package to requirements.txt
7530bcf
zachcommited on
Fix typo in README
aca8375
zachcommited on
Minor improvements to README
ab1c51b
zachcommited on
Add logic to clean up temp audio files on application exit
605e635
zachcommited on
Fix other button b bug
3f2c59d
zachcommited on
Fix bug with option b button
7b59c59
zachcommited on
Update character description input label to sentence casing
d610c1b
zachcommited on
Add missing json import in app.py
a693a06
zachcommited on
Update application flow to accept a character description and normalize a prompt for claude
5bf19b3
zachcommited on
Add voting results data structure to house voting results
701fd0f
zachcommited on
Update design to accomodate easily adding other TTS providers in the future
7f69677
zachcommited on
Update README for with different start scripts, minor UI improvements to layout
557e7ca
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 .gitignore to ignore temp files
83c6aee
zachcommited on
Update Claude prompt min and max constants from 10,400 -> 20,800
Update eleven labs integration to consume the voice generation api
d4b2b49
zachcommited on
Fix typos in README
0d3ca01
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
Add license for code
c36a916
zachcommited on
Update README to include instructions to install pre-commit hook, and include project structure
e898abd
zachcommited on
Fix typo in README
a4e10c8
zachcommited on
Add project README
87ff28a
zachcommited on
Finalize pre-commit configuration
6130461
zachcommited on
Fix pre-commit config
df27812
zachcommited on
Add pre-commit hook for formatting files before committing changes
6a73d2a
zachcommited on
Add formatter (black) and format all code in src directory— using black default formatting configuration
d1ed6b1
zachcommited on
Update option state to include the voice along with the provider, and update reporting of winner to include the voice name.