diff --git a/README.md b/README.md index f2fc966..695ca14 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ Prompts are located in the `public/prompts` folder. Read [this](https://twitter. ## Setup 1. Run `npm install` to download required dependencies (currently just [react-graph-vis](https://github.com/crubier/react-graph-vis)). -2. Make sure you have an [OpenAI API key](https://openai.com/api/). You will enter this into the web app when running queries. +2. Make sure you have an [OpenAI API key](https://platform.openai.com/account/api-keys). You will enter this into the web app when running queries. 3. Run `npm run start`. GraphGPT should open up in a new browser tab.