Add GPT Transcribe support - #228
Merged
Merged
Conversation
spencer-thompson
marked this pull request as ready for review
July 31, 2026 23:24
Owner
|
Thanks @spencer-thompson ! |
Contributor
Author
|
Of course! I still want to add the dynamic scriptable prompt, but I haven't figured out how I want to do it yet. |
Owner
|
@spencer-thompson Might be wise to create an issue for the "what we want to do" part. And then we can look at proposals before getting to a PR. 💯 |
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.
Add GPT Transcribe support
Follow-up to #226.
Summary
gpt-transcribeto the OpenAI realtime setup catalog as the recommended general-purpose optioncompatibility
Model-specific behavior
GPT Transcribe uses the existing scalar
languagesetting as a single-entrylanguageshint and does not send thelegacy singular
languagefield.Its prompt uses the existing active-language fallback:
Language and prompt updates are sent together so language changes cannot use mismatched context.
Sessions use manual turn detection and explicitly commit the audio buffer when recording stops. GPT Transcribe omits the
live-only
delayfield and does not enable waveform partial previews because transcription begins after the committedturn.
All dedicated OpenAI transcription models are restricted to
realtime_mode: "transcribe".Model positioning
No new configuration keys or migration are introduced. Profiles, keywords, and a dedicated GPT Transcribe prompt setting
remain outside this change.
References:
Validation
Focused validation:
Result: 57 tests passed.
Full validation:
Result: 396 of 398 tests passed. The two untouched
SuspendMonitorLifecycleTestserror in this environment because theoptional D-Bus/GLib bindings are unavailable, leaving
suspend_monitor.DBusGMainLoopundefined for their patch target.