From 219edea1eb3f1416aead21d5534441d1d443515a Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Fri, 31 Mar 2023 23:10:02 +0100 Subject: [PATCH] Delete AutonomousAI directory --- AutonomousAI/keys.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 AutonomousAI/keys.py diff --git a/AutonomousAI/keys.py b/AutonomousAI/keys.py deleted file mode 100644 index 6dcf1e2a0..000000000 --- a/AutonomousAI/keys.py +++ /dev/null @@ -1,2 +0,0 @@ -OPENAI_API_KEY="YOUR-OPENAI-KEY" # Get yours from: https://beta.openai.com/account/api-keys -ELEVENLABS_API_KEY="YOUR-ELEVENLABS-KEY" # To access your ElevenLabs API key, head to https://elevenlabs.io, you can view your xi-api-key using the 'Profile' tab on the website.