Skip to content

Afeigege/chatgpt-ui

 
 

Repository files navigation

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

About

A web client for ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.3%
  • JavaScript 32.6%
  • TypeScript 2.7%
  • Dockerfile 1.4%