🌎 An alternative ChatGPT frontend
Chaterra is a web-based frontend for OpenAI's GPT and DALL-E models. It is designed to be a simple and easy-to-use user interface that allows you to take advantage of the usage-based pricing model of OpenAI's API.
Chaterra stores all data in the browser and since OpenAI does not use their API platform to train their models, it can be used as a privacy-friendly alternative to the official ChatGPT frontend.
- Clone the repository
$ git clone https://github.com/exler/chaterra
- Install dependencies
$ pnpm install
- Run the development server
$ pnpm dev
- Create a production build
$ pnpm build
Optionally, you can preview it before deploying it to a remote server:
$ pnpm preview
Chaterra
is under the terms of the MIT License, following all clarifications stated in the license file.