expressive-tts-arena / src /constants.py

Commit History

Update application flow to accept a character description and normalize a prompt for claude
5bf19b3

zach commited on

Update design to accomodate easily adding other TTS providers in the future
7f69677

zach commited 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

zach commited on

Update Claude prompt min and max constants from 10,400 -> 20,800
8a07bd1

zach commited on

Add pyproject.toml
e98b5e2

zach commited on

Update system prompt for claude and placeholder sample prompts
6431bab

zach commited on

Add formatter (black) and format all code in src directory— using black default formatting configuration
d1ed6b1

zach commited on

Add global types file
db2bd16

zach commited on

Update UI to compare Hume vs Elevenlabs 50% of the time, and Hume vs Hume 50% of the time
8047063

zach commited on

Update documentation and fix typos across project
bc5091e

zach commited on

Remove dark theme styles
e431b2b

zach commited on

Update claude system prompt, sample prompts, and max prompt input limit
5adc4ce

zach commited on

Clean up docstrings across files
5a007ca

zach commited on

Update theme configuration and clean up app.py
fcb34bb

zach commited on

Add voting constants
ca266e0

zach commited on

Clean up documentation, remove orphaned utility, create constants file to store constants
a3fdb3c

zach commited on