Small GPT-based project to create made up London tube stations using GPT3.
Prerequisites:
- yarn
- node
To start:
yarn // install deps
yarn dev // start frontend
in another terminal:
yarn server // runs node server
You will need an open ai token to run the server