mirror of
https://github.com/varunshenoy/GraphGPT.git
synced 2023-05-24 23:39:42 +03:00
fix #26
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user