Update application flow to accept a character description and normalize a prompt for claude
5bf19b3
zachcommited 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
zachcommited on
Update system prompt for claude and placeholder sample prompts
6431bab
zachcommited on
Finalize pre-commit configuration
6130461
zachcommited on
Add formatter (black) and format all code in src directory— using black default formatting configuration
d1ed6b1
zachcommited on
Update documentation and fix typos across project
bc5091e
zachcommited on
Clean up doc strings
c8f7e68
zachcommited on
Update claude system prompt, sample prompts, and max prompt input limit
5adc4ce
zachcommited on
Clean up docstrings across files
5a007ca
zachcommited on
Improve Anthropic API error handling
fc05e1d
zachcommited on
Clean up documentation, remove orphaned utility, create constants file to store constants
a3fdb3c
zachcommited on
Update Hume integration to randmonly pick a voice from a predefined list of top voices
e9bcee8
zachcommited on
Remove excessive logging from debugging
49be7fc
zachcommited on
Add minor improvement to Anthropic exception
fa43e81
zachcommited on
Fix tenacity imports in anthropic_api.py and hume_api.py
c0b34a2
zachcommited on
Add additional logging for retries in Anthropic and Hume integrations
a5cafbd
zachcommited on
Add additional validation for required attributes in AnthropicConfig
30c882f
zachcommited on
Refactor AnthropicConfig to encapsulate all API details including the sdk client