Use deepgram (#46)

* Use deepgram

* Switch Deepgram STT to nova-3 multi
This commit is contained in:
Ben Cherry
2026-02-03 15:58:03 -08:00
committed by GitHub
parent 45eb65bcf9
commit b66728d81f
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ A complete starter project for building voice AI apps with [LiveKit Agents for P
The starter project includes:
- A simple voice AI assistant, ready for extension and customization
- A voice AI pipeline with [models](https://docs.livekit.io/agents/models) from OpenAI, Cartesia, and AssemblyAI served through LiveKit Cloud
- A voice AI pipeline with [models](https://docs.livekit.io/agents/models) from OpenAI, Cartesia, and Deepgram served through LiveKit Cloud
- Easily integrate your preferred [LLM](https://docs.livekit.io/agents/models/llm/), [STT](https://docs.livekit.io/agents/models/stt/), and [TTS](https://docs.livekit.io/agents/models/tts/) instead, or swap to a realtime model like the [OpenAI Realtime API](https://docs.livekit.io/agents/models/realtime/openai)
- Eval suite based on the LiveKit Agents [testing & evaluation framework](https://docs.livekit.io/agents/build/testing/)
- [LiveKit Turn Detector](https://docs.livekit.io/agents/build/turns/turn-detector/) for contextually-aware speaker detection, with multilingual support