From 8f06063ef0ade8a85f587415a4c563477a85f8a9 Mon Sep 17 00:00:00 2001 From: Neil Dwyer Date: Mon, 7 Oct 2024 11:18:32 -0700 Subject: [PATCH] Update README.md (#110) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899446b..5505738 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The repo containing the (server side) agent implementations (including example a ## Try out a live version You can try out the agents playground at [https://livekit-agent-playground.vercel.app](https://livekit-agent-playground.vercel.app). -This will connect you to our example agent [KITT](https://github.com/livekit/agents/tree/main/examples/kitt). +This will connect you to our example agent, KITT, which is based off of the [minimal-assistant](https://github.com/livekit/agents/blob/main/examples/voice-pipeline-agent/minimal_assistant.py). ## Setting up the playground locally