From aadffd61993a80516e8b28e606c006877f15bea5 Mon Sep 17 00:00:00 2001 From: allenmylath Date: Tue, 8 Oct 2024 14:15:54 +0530 Subject: [PATCH] Update env.example wrong tts service in env cartesian used in code but env got elevenlabs --- examples/moondream-chatbot/env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/moondream-chatbot/env.example b/examples/moondream-chatbot/env.example index cdad19c2f..571ebb8b4 100644 --- a/examples/moondream-chatbot/env.example +++ b/examples/moondream-chatbot/env.example @@ -1,4 +1,4 @@ DAILY_SAMPLE_ROOM_URL=https://yourdomain.daily.co/yourroom # (for joining the bot to the same room repeatedly for local dev) DAILY_API_KEY=7df... OPENAI_API_KEY=sk-PL... -ELEVENLABS_API_KEY=aeb... +CARTESIA_API_KEY=your_cartesia_api_key_here