Add whisper.cpp transcription provider#45
Open
jamilahmadzai wants to merge 1 commit into
Open
Conversation
Signed-off-by: jamilahmadzai <[email protected]>
1929c84 to
1025ee6
Compare
Author
|
Status note after the force-push with signoff: The three Continuous AI checks currently show
No secrets, private audio, generated transcripts, or model files are included. |
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
--api whispercpptranscription provider backed by the whisper.cpp CLI.WHISPERCPP_BINARY,WHISPERCPP_MODEL_PATH,WHISPERCPP_THREADS, andWHISPERCPP_EXTRA_ARGSin the README and.env.example.sapat --api whispercpprouting.Why
This gives Sapat a no-cloud transcription path for users who want to keep recordings and transcripts inside a local or Daytona workspace. It does not require API keys, does not upload audio to a provider, and keeps the existing OpenAI/Groq/Azure paths unchanged.
This is the companion implementation for the Daytona content bounty submission: daytonaio/content#246
Validation
.venv/bin/python -m unittest discover -s tests -v.venv/bin/python -m compileall src tests.venv/bin/sapat --help.venv/bin/python -m pip checkgit diff --checkNo model files, private audio, secrets, or generated transcripts are committed.
Payment
Bounty claim and payout details are handled in the Daytona content PR: daytonaio/content#246