Run Sapat with DeepInfra in Daytona#214
Open
anamanlab wants to merge 1 commit into
Open
Conversation
Signed-off-by: optivoo2 <secretaria@optivoo.com>
262edf1 to
5754de8
Compare
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
Transcript Intake Pipelinedefinition.Companion implementation
--api deepinfra, documents DeepInfra environment variables, supports Sapat's existing--correctflow through DeepInfra's OpenAI-compatible chat endpoint, and includes mocked unittest coverage for the transcription payload and corrected-transcript chat call.Validation
Daytona content PR:
npx --yes markdownlint-cli guides\\20260520_guide_deepinfra_sapat_transcript_intake.md definitions\\20260520_definition_transcript_intake_pipeline.md authors\\arthur-de-souza.mdgit diff --checkGet-Content guides\\20260520_guide_deepinfra_sapat_transcript_intake.md | Measure-Object -Word -Line(1,523 words)Companion Sapat PR:
PYTHONPATH=src py -3 -m unittest discover -s tests(2 tests)PYTHONPATH=src py -3 -m py_compile src/sapat/transcription/deepinfra.py src/sapat/script.pyPYTHONPATH=src py -3 -m sapat.script --helpgit diff --checkSources checked
Transparency: AI-assisted with Codex; content was source-checked and locally validated before submission.