Skip to content

2k13yr/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, can be run in docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 74.8%
  • JavaScript 19.9%
  • TypeScript 4.2%
  • Dockerfile 1.1%