ARCHIVED: We have included the AI feature in a demo branch of the Serlo editor, see serlo/frontend#4064. https://2024-08-01-generative-ai-for-serlo-editor.vercel.app/ is still useful for testing new AI features, however do do not want to maintain this repo any more.
This project shows how to create and change content in the Serlo editor via a generative AI model.
- Clone this repository
- Install the dependencies with
yarn
- Copy .env.example to .env and fill in the required values
- Run the server with
yarn dev
- Open the editor at
http://localhost:3000