diff --git a/README.md b/README.md index 7a0aeb9..5d5cc0b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The starter project includes: - A voice AI pipeline built on [LiveKit Inference](https://docs.livekit.io/agents/models/inference) with [models](https://docs.livekit.io/agents/models) from OpenAI, Cartesia, and Deepgram. More than 50 other model providers are supported, including [Realtime models](https://docs.livekit.io/agents/models/realtime) - Eval suite based on the LiveKit Agents [testing & evaluation framework](https://docs.livekit.io/agents/start/testing) -- [LiveKit Turn Detector](https://docs.livekit.io/agents/logic/turns/turn-detector/) for contextually-aware speaker detection, with multilingual support +- [LiveKit Turn Detector](https://docs.livekit.io/agents/logic/turns/turn-detector/), an end-of-turn model that listens to the user's audio directly, combining semantic understanding with acoustic cues for state-of-the-art accuracy across 14 languages - [Background voice cancellation](https://docs.livekit.io/transport/media/noise-cancellation/) - Deep session insights from LiveKit [Agent Observability](https://docs.livekit.io/deploy/observability/) - A Dockerfile ready for [production deployment to LiveKit Cloud](https://docs.livekit.io/deploy/agents/) diff --git a/taskfile.yaml b/taskfile.yaml index 7d6f23b..fbc6b0d 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -15,7 +15,6 @@ tasks: - echo '' - echo '{{ indent .INDENT "cd" }} {{ .REL_PATH }}' - echo '{{ indent .INDENT "pnpm install" }}' - - echo '{{ indent .INDENT "pnpm download-files" }}' - echo '{{ indent .INDENT "pnpm dev" }}' - echo '' - task: help_open_web_console