From c9e5c238a296a4debd8ced9968b88c66e4094535 Mon Sep 17 00:00:00 2001 From: Okan Deniz Ozkan <134109389+odenizo@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:16:42 -0700 Subject: [PATCH] --- deploy_voice_feature.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy_voice_feature.sh b/deploy_voice_feature.sh index 35bea66..557d799 100644 --- a/deploy_voice_feature.sh +++ b/deploy_voice_feature.sh @@ -23,8 +23,6 @@ poetry install # Set up environment variables for the voice feature echo "export OPENAI_API_KEY='your_openai_api_key'" >> ~/.bashrc -echo "export ELEVENLABS_API_KEY='your_elevenlabs_api_key'" >> ~/.bashrc -echo "export DEEPGRAM_API_KEY='your_deepgram_api_key'" >> ~/.bashrc source ~/.bashrc # Start the server with the voice feature enabled