From aef6226a1c32d6320616be2f20478a112eebc57b Mon Sep 17 00:00:00 2001 From: filipi87 Date: Wed, 20 May 2026 11:22:38 -0300 Subject: [PATCH] Describing the TAVUS_SAMPLE_ROOM_URL environment variable. --- env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/env.example b/env.example index 11a7e606e..079d18980 100644 --- a/env.example +++ b/env.example @@ -196,6 +196,10 @@ SPEECHMATICS_API_KEY=... # Tavus TAVUS_API_KEY=... TAVUS_REPLICA_ID=... +# Used by scripts/daily/test_tavus_transport.py, which mimics Tavus behavior +# inside a Daily room for local testing. Set this to the Daily room URL where +# the Pipecat pipeline is running. +TAVUS_SAMPLE_ROOM_URL=https://... # Telnyx TELNYX_API_KEY=...