docs: document remote dictation worker engine#367
Open
omnigent-ci[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Documentation update for omnigent-ai/omnigent#3025 — feat(dictation): remote worker engine for offloading speech-to-text
Changes documented
app/docs/deploy/dictation-worker/page.mdx— new page documenting theremotedictation engine and standalone dictation worker: engine selection (OMNIGENT_DICTATION_ENGINE), running the worker (python -m omnigent.server.dictation_worker), the unauthenticated-worker security warning, pointing the main server at it viaOMNIGENT_DICTATION_REMOTE_URL, a config-var reference table, and per-take fallback behavior.components/DocsSidebarFull.js— added aDictation Workerentry to the Collaboration section, next toCloud Sandbox Host.Manual review needed
app/docs/deploy/dictation-workerplacement — dictation had no prior docs on the site, so I created a fresh Deploy page. A reviewer may prefer folding a shorter version intoapp/docs/interact/web-ui(the mic button lives there) orapp/docs/deploy/overview; the worker is an operator/scaling concern, so Deploy seemed the natural home.sherpaengine,omnigent[dictation]extra,scripts/fetch-dictation-models.sh) is still undocumented site-wide — out of scope for this PR (it predates it), but worth a follow-up so this new page isn't the only dictation reference.Source PR: omnigent-ai/omnigent#3025 · merged by @kerryspchang
Drafted automatically by the doc-sync workflow. Review for accuracy before merging.