Remove unnecessary OpenAI and AssemblyAI references#2
Open
Conversation
All LLM, STT, and TTS calls go through LiveKit Inference — users only need LiveKit credentials and a Rime API key. This commit removes misleading references to OpenAI and AssemblyAI API keys and branding across the codebase so the demo setup is clear and friction-free. Changes: - Remove OPENAI_API_KEY and ASSEMBLYAI_API_KEY from docker-compose.yml - Replace OpenAI/AssemblyAI branding with "LiveKit Inference" in UI, meta tags, README, QUICK_START, AGENT_README, and render.yaml - Update agent.ts pipeline comment to reference LiveKit Inference - Update Next.js to 16.1.6 and eslint-config-next to match
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.
Summary
OPENAI_API_KEYandASSEMBLYAI_API_KEYfromdocker-compose.ymland all docs, since all LLM/STT calls go through LiveKit Inference and don't require separate provider keys.page.tsx,layout.tsx),README.md,QUICK_START.md,AGENT_README.md, andrender.yaml.nextandeslint-config-nextfrom 16.0.1 to 16.1.6.Why
Users only need LiveKit credentials + a Rime API key. The old references to OpenAI and AssemblyAI keys/branding created confusion about what's actually required to run the demo.
Test plan
docker-compose upworks withoutOPENAI_API_KEYorASSEMBLYAI_API_KEYin.envOpenAIandAssemblyAI— should return zero results outsidepackage-lock.json