Improve text length validation and make vote buttons flush with audio players f076d8d zach commited on Feb 25
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