Update database layer and application logic for db interaction to be async 40403f3 zach commited on Feb 24
Merge pull request #2 from HumeAI/jh/prompt-edits 0f46857 unverified Zachary Greathouse commited on Feb 24
Add '_' prefix to private methods throughout project, cleans up formatting and comments/docstrings a4afe51 zach commited on Feb 14
Fix Dockerfile: add gcc, build-essential, and libpq-dev to resolve psycopg2 build errors during uv sync step 28d668c zach commited on Feb 13
Add database for persisting votes, and functions to write to db, update submit_voting_results function to write results to DB 20cccb6 zach commited on Feb 13
Move env var validation util to config, refactor to fix linting errors across project 048c3fc zach commited on Feb 13
Move more business logic out of app.py, simplify state management for options 09be04f zach commited on Feb 12
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 Feb 11
Add distinct environments for application: dev and prod, app defaults to dev if APP_ENV is not specified abaeb0b zach commited on Feb 11
Remove unnecessary vote button state update on audioplayer 2 playback completing. 05a8882 zach commited on Feb 11
Simplify UI logic in app.py, add logic for handling empty character description inputs. ee8b196 zach commited on Feb 10
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 Feb 10
Move business logic out of app.py, refactor code to call hume once specifying 2 generations instead of call Hume twice ba3994f zach commited on Feb 8