Claude/update readme inworld stt aq a go#59
Open
cherylafichter wants to merge 3 commits into
Open
Conversation
- Remove AssemblyAI prerequisite and API key requirement - Update .env example to only require INWORLD_API_KEY - Replace AssemblyAI service table row with Inworld (covers both AI and STT) - Update architecture description to reference Inworld STT with energy-based VAD - Replace ASSEMBLY_AI_EAGERNESS env var with INWORLD_STT_EAGERNESS https://claude.ai/code/session_0115HHyFw6kHJ7rNVXLm5U4u
Addresses PR review comment: CONTRIBUTING.md still referenced the old AssemblyAI key after the migration to Inworld STT. Only INWORLD_API_KEY is required now. https://claude.ai/code/session_0115HHyFw6kHJ7rNVXLm5U4u
There was a problem hiding this comment.
Pull request overview
Updates project documentation to reflect the migration from AssemblyAI speech-to-text to Inworld STT, simplifying setup requirements and environment variables.
Changes:
- Remove AssemblyAI prerequisites and
ASSEMBLY_AI_*environment variables from setup docs. - Update architecture/docs to state Inworld STT is used with energy-based VAD and document
INWORLD_STT_EAGERNESS. - Mechanical edits in
frontend/package-lock.jsonremoving multiple"peer": trueentries.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| frontend/package-lock.json | Mechanical lockfile metadata change (removal of "peer": true flags). |
| README.md | Updates setup instructions and architecture notes to use Inworld STT and adjusts env var reference. |
| CONTRIBUTING.md | Removes AssemblyAI API key from contributor setup instructions. |
Files not reviewed (1)
- frontend/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
84
to
88
| "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==", | ||
| "dev": true, | ||
| "license": "MIT", | ||
| "peer": true, | ||
| "dependencies": { | ||
| "@babel/code-frame": "^7.27.1", |
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.
No description provided.