Commit History

Update README.md
dfbb840
unverified

Zachary Greathouse commited on

Merge pull request #6 from HumeAI/zg/updates-for-launch
9f24752
unverified

Zachary Greathouse commited on

Add Discord link, fix error UI state bug
7c16ebc

zach commited on

Fix noir detective prompt
8a13c1b

zach commited on

Add github link in header
26f103a

zach commited on

Update Character dropdown to automatically generate text, simpify instructions content, add info to dropdown
d5a40dd

zach commited on

Fix styling of results components in UI
0437219

zach commited on

Simplify integration logic in app.py
1a6c67a

zach commited on

Clean up integration code
e91a94a

zach commited on

raise friendlier error message to UI from integration code
7854f13

zach commited on

Update hume integration to use Hume python sdk
bf6610d

zach commited on

Add randomize all button, improve UI interaction
4a475d2

zach commited on

reduce Hume requests timeout limit
a35c804

zach commited on

Update anthropic and elevenlabs integrations to retry with exponential backoff.
f6da887

zach commited on

Minor revisions to sample character descriptions
384e0e2

zach commited on

Merge pull request #4 from HumeAI/amended_character_list
b8dd893
unverified

Zachary Greathouse commited on

amending character list for arena
d077be4
unverified

Alan S. Cowen commited on

Merge pull request #3 from HumeAI/arena_emotional_prompt
bb373d4
unverified

Zachary Greathouse commited on

Update choose_providers to make option B Hume only 30% of the time and remove check for presence of character description
25014be

zach commited on

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