Add '_' prefix to private methods throughout project, cleans up formatting and comments/docstrings
a4afe51
zachcommited on
Move env var validation util to config, refactor to fix linting errors across project
048c3fc
zachcommited on
Move more business logic out of app.py, simplify state management for options
09be04f
zachcommited on
Improves UI content for clarity
7f21bab
zachcommited on
Update application flow to accept a character description and normalize a prompt for claude
5bf19b3
zachcommited on
Update design to accomodate easily adding other TTS providers in the future
7f69677
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 Claude prompt min and max constants from 10,400 -> 20,800
8a07bd1
zachcommited on
Add pyproject.toml
e98b5e2
zachcommited on
Update system prompt for claude and placeholder sample prompts
6431bab
zachcommited on
Add formatter (black) and format all code in src directory— using black default formatting configuration
d1ed6b1
zachcommited on
Add global types file
db2bd16
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
Remove dark theme styles
e431b2b
zachcommited on
Update claude system prompt, sample prompts, and max prompt input limit
5adc4ce
zachcommited on
Clean up docstrings across files
5a007ca
zachcommited on
Update theme configuration and clean up app.py
fcb34bb
zachcommited on
Add voting constants
ca266e0
zachcommited on
Clean up documentation, remove orphaned utility, create constants file to store constants