From 70c3ff31fd98bc4bacf70c83e3173f9ab5176e01 Mon Sep 17 00:00:00 2001 From: Allenmylath <155647926+Allenmylath@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:59:51 +0530 Subject: [PATCH] Update env.example elevenlabs is not used in code instead cartesian is used hence changed --- examples/patient-intake/env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/patient-intake/env.example b/examples/patient-intake/env.example index d368ae510..571ebb8b4 100644 --- a/examples/patient-intake/env.example +++ b/examples/patient-intake/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... \ No newline at end of file +CARTESIA_API_KEY=your_cartesia_api_key_here