/chatgpt-ui

A web client for ChatGPT

Primary LanguageVueMIT LicenseMIT

demo

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

docker run -p 80:80 wongsaang/chatgpt-ui:latest

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