Run Together AI transcription with Sapat in Daytona#225
Open
katlark wants to merge 1 commit into
Open
Conversation
Signed-off-by: katlark <pumped_debuts_9o@icloud.com>
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.
/claim #13
Summary
Companion implementation
nibzard/sapat#29adds--api together, uploads converted audio to Together AI audio transcriptions, reads credentials fromTOGETHER_API_KEY, supports optionalTOGETHER_MODELandTOGETHER_API_ENDPOINT, and includes mocked coverage for request construction, transcript extraction, missing config, and CLI routing.Validation
Daytona content PR:
./node_modules/.bin/markdownlint guides/20260520_together_ai_sapat_transcription_daytona.md definitions/20260520_definition_speech_to_text_provider_routing.md authors/kat_lark.mdpython3 -c "import xml.etree.ElementTree as ET; ET.parse(\"guides/assets/20260520_together_ai_sapat_transcription_daytona_img1.svg\"); print(\"svg ok\")"git diff --checkwc -w guides/20260520_together_ai_sapat_transcription_daytona.md definitions/20260520_definition_speech_to_text_provider_routing.md authors/kat_lark.md(1,722 words total; guide is 1,515 words)Companion Sapat PR:
PYTHONPATH=src .venv/bin/python -m unittest discover -s tests -vPYTHONPATH=src .venv/bin/python -m py_compile src/sapat/script.py src/sapat/transcription/together.py tests/test_together_transcription.py tests/test_script.pyPYTHONPATH=src .venv/bin/python -m sapat.script --helpgit diff --checkNotes
npm run lint:mdstill fails on pre-existing markdownlint issues in older repository files outside this PR, includingarticles/20241212_Prebuilds_in_Daytona.md,definitions/20240819_definition_embedding.md, andguides/20240819_history_embedding.md.