Spaces:
Running
Running
zach
Add database for persisting votes, and functions to write to db, update submit_voting_results function to write results to DB
20cccb6
from .anthropic_api import AnthropicError, generate_text_with_claude | |
from .elevenlabs_api import ElevenLabsError, text_to_speech_with_elevenlabs | |
from .hume_api import HumeError, text_to_speech_with_hume | |
__all__ = [ | |
"AnthropicError", | |
"ElevenLabsError", | |
"HumeError", | |
"generate_text_with_claude", | |
"text_to_speech_with_elevenlabs", | |
"text_to_speech_with_hume" | |
] | |