Add Lemonfox transcription provider#23
Conversation
|
Pushed a follow-up fix in decb020 after rechecking the PR locally. The CLI now imports only the selected transcription provider, so Lemonfox routing and tests no longer require unrelated provider SDKs to be importable at module import time. Validation:
|
|
Thank you for this contribution! Your implementation was reviewed as part of a batch review of all incoming provider PRs. We've decided to take a different approach: instead of merging individual provider PRs (which all targeted a different code architecture than what exists on The refactor is on branch |
Summary
--api lemonfoxValidation
. .venv/bin/activate && PYTHONPATH=src python -m unittest discover -s tests -v. .venv/bin/activate && PYTHONPATH=src python -m py_compile src/sapat/script.py src/sapat/transcription/lemonfox.py tests/test_lemonfox_transcription.py tests/test_script.py. .venv/bin/activate && PYTHONPATH=src python -m sapat.script --helpgit diff --checkRelated Daytona content bounty: daytonaio/content#13