Commit History

added emotional text examples to character prompt for arena
9a226ed
unverified

Alan S. Cowen commited on

Fix styling for winning result in UI
a98f109

zach commited on

Fix init_db.py script
cadb3e8

zach commited on

Relax timeout configs for Hume TTS calls, add exponential backoff, add logs for logging call times
e1385f3

zach commited on

Disable ssl verification for gradio launch
d699ad7

zach commited on

Fix missing expected argument warning caused by some lambdas not expecting an argument
e99bbac

zach commited on

Adjust normalized Claude prompt for text input
5e28baf

zach commited on

Move custom css to global styles file
c686efd

zach commited on

Fix styling for displaying results
706bed4

zach commited on

Improve voice descriptions and normalized claude prompt
6bb0509

zach commited on

Update UI layout and improve instructions content
ae60c0f

zach commited on

Improve text length validation and make vote buttons flush with audio players
f076d8d

zach commited on

Remove custom style from global styles
bdd90d1

zach commited on

Update API integration code to be async
104737f

zach commited on

Update Anthropic integration to be async
80026d8

zach commited on

Remove custom gradio theme in favor of using default theme
97908cd

zach commited on

Remove trailing whitespace in scripts
a221e9d

zach commited on

Update database layer and application logic for db interaction to be async
40403f3

zach commited on

Clean up comments for prompts
96f91bb

zach commited on

Merge pull request #2 from HumeAI/jh/prompt-edits
0f46857
unverified

Zachary Greathouse commited on

New character descriptions
bd5e759

jerhadf commited on

Fix other typo in Dockerfile
13d6ba9

zach commited on

Fix typo in docker file
347ada6

zach commited on

Update run script in docker file
a4f16d7

zach commited on

Add mypy type checking to pre-commit hook
4431e79

zach commited on

Add .mypy_cache to .gitignore
91332c2

zach commited on

Fix types in app.py
04e2d2a

zach commited on

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

Fix types in utils.py
b50c10f

zach commited on

Fix types in integrations package
fc85b67

zach commited on

Add types-requests package
9dc43bf

zach commited on

Fix types in scripts package
a873147

zach commited on

more explicit control flow
1ed6720
unverified

twitchard commited on

update readme
cb57d96
unverified

twitchard commited on

Improve project README heading
6680f24

zach commited on

Add links for prerequisites in project README
9751248

zach commited on

Update prerequisites in README
e55b00b

zach commited on

Update User flow in project README
163ac45

zach commited on

Fix Dockerfile: add gcc, build-essential, and libpq-dev to resolve psycopg2 build errors during uv sync step
28d668c

zach commited on

Fix another typo in README
5fae21a

zach commited on

Fix typo in README
60f669b

zach commited on

Update db logic and behavior in development environment
8e2cadd

zach commited on

add .ruff_cache to .gitignore
704294b

zach commited on

Fix typo in project README
b850013

zach commited on

Update pyproject.toml linting rules
0e51e38

zach commited on

Update project readme
0f77dec

zach commited on

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

Fix vote button state management after vote button click
c3aef5f

zach commited on

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

zach commited on