Add IBM Watson STT provider - #71
Closed
pqmashiro-commits wants to merge 1 commit into
Closed
Conversation
Author
|
Closing this to avoid a duplicate submission: an IBM Watson Speech to Text implementation and Daytona companion guide are already open in #62 and daytona/content#266. I will avoid claiming the same provider path. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ibm_watsonspeech-to-text provider using IBM Watson Speech to Text's REST/v1/recognizeendpointIBM_WATSON_STT_API_KEYandIBM_WATSON_STT_URLsettings plus--provider ibm_watsonusageThis is the companion Sapat implementation PR for a Daytona content guide submission in daytona/content#13. No API keys, private audio, or generated transcripts are committed.
Validation
.\.venv\Scripts\python.exe -m pytest tests\test_base.py tests\test_cli.py tests\test_registry.py tests\providers\test_group_a.py tests\providers\test_group_b.py tests\providers\test_group_c.py -q(149 passed).\.venv\Scripts\python.exe -m black --check --target-version py314 sapat\providers\ibm_watson.py tests\providers\test_group_a.py.\.venv\Scripts\python.exe -m compileall -q sapat testsgit diff --check