From 7872c4ecf466b20d8022cfe5042b24f1ad37b9ab Mon Sep 17 00:00:00 2001 From: Richard Beales Date: Sun, 16 Apr 2023 06:48:03 +0100 Subject: [PATCH] clarify/tweak instructions and wording --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 619ca5479..d9c887d6e 100644 --- a/README.md +++ b/README.md @@ -116,12 +116,11 @@ pip install -r requirements.txt ``` 5. Locate the file named `.env.template` in the main `/Auto-GPT` folder. - Open the `.env.template` file in a text editor. + Create a copy of this file, called `.env` by removing the `template` extension. The easiest way is to do this in a command prompt/terminal window `cp .env.template .env` + Open the `.env` file in a text editor. Note: Files starting with a dot might be hidden by your Operating System. Find the line that says `OPENAI_API_KEY=`. After the `"="`, enter your unique OpenAI API Key (without any quotes or spaces). Enter any other API keys or Tokens for services you would like to utilize. - Rename this file to `.env` by removing the `.template` extension. - Use the `"Save as.."` option and chose `"No Extension"` from the "`Save as type:"` dropdown menu below the file name. Save and close the `".env"` file. By completing these steps, you have properly configured the API Keys for your project.