Awesome
LLM Garden
This is my (Ian's) playground for doing stuff with GPT-3.
Site
The site is deployed to https://llm.ianbicking.org
Note you have to have your own GPT API Key to run any examples.
Building / running
To run use:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev