This commit is contained in:
Katariina Kari
2023-03-03 12:49:27 +02:00
parent b3c71b0cda
commit 8ce4e4a4ae

View File

@@ -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.