From 5b0c3ac2067df4c252e423a3ef05bbf18458db4f Mon Sep 17 00:00:00 2001 From: Rick Cheng Date: Mon, 8 Jun 2026 20:28:15 -0700 Subject: [PATCH] Updated README instructions for Avatars/Tavus --- complex-agents/avatars/tavus/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/complex-agents/avatars/tavus/README.md b/complex-agents/avatars/tavus/README.md index 368832e3..2823ad0b 100644 --- a/complex-agents/avatars/tavus/README.md +++ b/complex-agents/avatars/tavus/README.md @@ -30,7 +30,7 @@ Demo: https://www.youtube.com/watch?v=iuX5PDP73bQ ``` pip install -r requirements.txt ``` -3. Create a `.env` file in the parent directory with your API keys +3. Create a `.env` file in the parent directory ("avatars") with your API keys ## Configuration @@ -38,7 +38,7 @@ Set the following environment variables in your `.env` file: ``` OPENAI_API_KEY=your_openai_key -ELEVENLABS_API_KEY=your_elevenlabs_key +ELEVEN_API_KEY=your_elevenlabs_key DEEPGRAM_API_KEY=your_deepgram_key TAVUS_API_KEY=your_tavus_key LIVEKIT_API_KEY=your_livekit_key