fix(stt): change default model from whisper-large to whisper-medium 7ffd9ec Michael Hu commited on Oct 6
fix: remove hard-coded ASR model list and make ASR model optional 3ad3808 Michael Hu commited on Oct 6
chore: remove unused dependencies and update model selection in Whisper provider 22eccbb Michael Hu commited on Oct 1
fix(stt): handle whisper-large model name as alias for whisper provider b10a453 Michael Hu commited on Oct 1
fix(stt): improve provider selection and error handling in STT service 5a53a88 Michael Hu commited on Oct 1
refactor: remove parakeet ASR provider and update all references to Whisper only 619b266 Michael Hu commited on Oct 1
perf(stt): optimize device handling and use model.generate for inference c8d736e Michael Hu commited on Oct 1
fix(logging): use exc_info=True instead of exception=error in STT provider 520c315 Michael Hu commited on Sep 30
fix(config): update supported ASR models list to reflect actual availability be471de Michael Hu commited on Sep 30
feat: remove unused language options and update supported languages list 9ad1c87 Michael Hu commited on Sep 30
feat(logging): add detailed logging for audio upload and configuration handling 8023ba2 Michael Hu commited on Sep 30
chore: update dependencies and replace NeMo with HF transformers for Parakeet STT provider c762284 Michael Hu commited on Sep 30
feat: replace legacy TTS providers with Chatterbox as the single, default provider 237cb26 Michael Hu commited on Sep 30
Remove Streamlit dependency and simplify Dia TTS dependency handling 462d6de Michael Hu commited on Jul 29