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
docker run -p 80:80 wongsaang/chatgpt-ui:latestMake sure to install the dependencies:
# yarn
yarn installStart the development server on http://localhost:3000
yarn devBuild the application for production:
yarn build