From d71ba8ff655159f8c685bf591b0db97220c28730 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Fri, 31 Mar 2023 22:54:47 +0100 Subject: [PATCH 1/2] Update keys.py Accidentally leaked keys, old keys disabled ;) --- scripts/keys.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/keys.py b/scripts/keys.py index d8756dd2..6dcf1e2a 100644 --- a/scripts/keys.py +++ b/scripts/keys.py @@ -1,2 +1,2 @@ -OPENAI_API_KEY="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" -ELEVENLABS_API_KEY="f213258a522dc2f33c4f0e4f798a08a1" \ No newline at end of file +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. From 219edea1eb3f1416aead21d5534441d1d443515a Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Fri, 31 Mar 2023 23:10:02 +0100 Subject: [PATCH 2/2] 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 6dcf1e2a..00000000 --- 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.