From 5f937b8479e891afa77e607a0c473e96604be1f1 Mon Sep 17 00:00:00 2001 From: Carl Kho <106736711+CarlKho-Minerva@users.noreply.github.com> Date: Fri, 14 Feb 2025 21:14:32 -0800 Subject: [PATCH 1/2] Update test requirements to include Cartesia version 1.3.1 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 6a92557e0..82a6fbb25 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,7 @@ aiohttp~=3.10.3 anthropic~=0.30.0 azure-cognitiveservices-speech~=1.40.0 boto3~=1.35.27 +cartesia~=1.3.1 daily-python~=0.11.0 deepgram-sdk~=3.5.0 fal-client~=0.4.1 From a5cdd5f1b8fd313937d9aaf0ca286b93e87fe52f Mon Sep 17 00:00:00 2001 From: Carl Kho <106736711+CarlKho-Minerva@users.noreply.github.com> Date: Fri, 14 Feb 2025 21:29:37 -0800 Subject: [PATCH 2/2] Add Cartesia API key to dot-env.template --- dot-env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot-env.template b/dot-env.template index 1e902be60..e31681235 100644 --- a/dot-env.template +++ b/dot-env.template @@ -18,6 +18,9 @@ AZURE_DALLE_API_KEY=... AZURE_DALLE_ENDPOINT=https://... AZURE_DALLE_MODEL=... +# Cartesia +CARTESIA_API_KEY=... + # Daily DAILY_API_KEY=... DAILY_SAMPLE_ROOM_URL=https://...