ARCHIVED: This feature has been included in a demo branch of the Serlo editor, see serlo/frontend#4064.
This is a prototype for demonstrating how ChatGPT can be used to add suggestions in a slate editor.
- Clone the repository
- Run
yarn
to install the dependencies - Copy
.env-template
to.env
and fill in the required environment variable - Run
yarn dev
to start the development server - Open
http://localhost:3000
in your browser