Update README.md

This commit is contained in:
Toran Bruce Richards
2023-03-31 23:18:12 +01:00
committed by GitHub
parent 4100961745
commit b68d081e47

View File

@@ -45,7 +45,7 @@ git clone https://github.com/Torantulino/Auto-GPT.git
2. Navigate to the project directory: 2. Navigate to the project directory:
``` ```
$ cd 'Auto-GPT/AutonomousAI' $ cd 'Auto-GPT/scripts'
``` ```
3. Install the required dependencies: 3. Install the required dependencies:
@@ -54,10 +54,8 @@ $ cd 'Auto-GPT/AutonomousAI'
pip install -r requirements.txt pip install -r requirements.txt
``` ```
4. Create a file named keys.py in the AutonomousAI directory and add your OpenAI API key: 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):
```
OPENAI_API_KEY = "your_openai_api_key_here"
```
## 🔧 Usage ## 🔧 Usage