/llm-garden

A number of experiments using GPT-3, delivered in a web app

Primary LanguageJavaScript

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.

Site deployed to Pages

Building / running

To run use:

# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev