docs: fix incorrect inference model file reference#1685
Merged
toubatbrian merged 1 commit intoJun 2, 2026
Merged
Conversation
|
toubatbrian
approved these changes
Jun 2, 2026
osimhi213
added a commit
to de-id/livekit-agents-js
that referenced
this pull request
Jun 4, 2026
* upstream/main: (26 commits) fix(voice): align session.start recording with Python primary-session semantics (livekit#1704) docs: add TcpSessionTransport to Remote Sessions section (livekit#1703) (format): remove whitespace (livekit#1705) feat(realtime): add reasoning configuration for gpt-realtime-2 models (livekit#1575) feat(voice): support granular RecordingOptions in session.start (livekit#1702) fix(inference): guard agent sid header (livekit#1700) feat(voice): add TcpSessionTransport and updateIo session handler (livekit#1693) fix(amd): defer SIP listening until answer (livekit#1639) fix(job): close RecorderIO at session end (livekit#1682) docs: fix incorrect inference model file reference (livekit#1685) docs: update cartesia plugin capabilities for STT support (livekit#1686) feat(inference): add agent ID header to inference requests (livekit#1687) fix(soniox): exclude test files from dist build (livekit#1689) Version Packages (livekit#1683) fix(recorder): prevent close hang (livekit#1684) docs(cartesia): add cartesia stt to readme (livekit#1681) fix(inworld): harden TTS connection layer and default to inworld-tts-2 (livekit#1675) feat(inference): enhance schemas and models for TTS and STT (livekit#1680) fix(llm): make ToolOptions.abortSignal required (livekit#1678) chore(deps): update dependency vitest to v4.1.0 [security] (livekit#1673) ...
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.
Corrects references to non-existent agents/src/inference/models.ts.
The inference model definitions are located in llm.ts, stt.ts, and tts.ts
within the agents/src/inference/ directory.
This would have caused confusion for developers or agents trying to
locate model definitions for inference LLM testing.
Introduced by commit 6dc619f (@russellmartin-livekit, #1680)
Doc Drift PRs can be configured here.