647 B
647 B
ChatGPT UI
A web client for ChatGPT, using OpenAI's API. The implementation of the interface part uses waylaidwanderer/node-chatgpt-api
This project is based on nuxt3
Quick start with docker
Clone the repository and run:
docker-compose up
Development
Setup
Make sure to install the dependencies:
# yarn
yarn install
Development Server
Start the development server on http://localhost:3000
yarn dev
Production
Build the application for production:
yarn build