A quick experiment with the OpenAI API to create a basic chat interface around Marcus Aurelius Meditations.
Image generated by DALL·E 2
These materials were the inspiration for this repo.
This is a Next.js project bootstrapped with create-next-app
.
To use this locally, create an OpenAI account and get your own API key from here. Then copy .env.local.example
to .env.local
and add your own private key there.
To run the development server:
yarn dev