- Install Node (v8+) here
git clone https://github.com/valgaze/gpt3-chat
cd gpt3-chat
npm run 1st_time
Swap in your API key in settings/key.json
{
"key": "XXXXXXXXXXXXXXXXXX"
}
From the directory into which you cloned this repo, run the following to boot servers w/ live reload on code changes
npm start
You should be able to see your chat interface w/ live reload on http://localhost:8080
-
Use settings menu in bottom right to switch or modify personas
-
Create a new persona in personas.js
-
Here's some useful learning resources & tips