From b68d081e47ab822979b34a9edc6e18754bb90fd8 Mon Sep 17 00:00:00 2001 From: Toran Bruce Richards Date: Fri, 31 Mar 2023 23:18:12 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84c77520..4ad106b7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ git clone https://github.com/Torantulino/Auto-GPT.git 2. Navigate to the project directory: ``` -$ cd 'Auto-GPT/AutonomousAI' +$ cd 'Auto-GPT/scripts' ``` 3. Install the required dependencies: @@ -54,10 +54,8 @@ $ cd 'Auto-GPT/AutonomousAI' pip install -r requirements.txt ``` -4. Create a file named keys.py in the AutonomousAI directory and add your OpenAI API key: -``` -OPENAI_API_KEY = "your_openai_api_key_here" -``` +4. Edit the file named "keys.py" in the "scripts" directory to add your OpenAI API key (and eleven labs key if you want speech): + ## 🔧 Usage