Commit History

Fix types in database package
ad1ff58

zach commited on

Add '_' prefix to private methods throughout project, cleans up formatting and comments/docstrings
a4afe51

zach commited on

more explicit control flow
1ed6720
unverified

twitchard commited on

Move env var validation util to config, refactor to fix linting errors across project
048c3fc

zach commited on

Update .env.example and no longer enable debug logging based on env variable and base it on use of 'dev' environment instead.
f477f87

zach commited on

Add distinct environments for application: dev and prod, app defaults to dev if APP_ENV is not specified
abaeb0b

zach commited on

Remove unused imports
7e7e83a

zach commited on

Update file clean up logic to delete audio files older than 30 minuteds when writing new audio file to static/audio directory.
5d6d1ef

zach commited on

Add logic to clean up temp audio files on application exit
605e635

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 eleven labs integration to consume the voice generation api
d4b2b49

zach commited on

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

zach commited on

Update documentation and fix typos across project
bc5091e

zach commited on

Clean up docstrings across files
5a007ca

zach commited on

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

zach commited on

Update Hume integration to randmonly pick a voice from a predefined list of top voices
e9bcee8

zach commited on

Remove excessive logging from debugging
49be7fc

zach commited on

Organize project structure
a807c4d

zach commited on