Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Soontao/chatgpt-ui

 
 

Repository files navigation

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 58.5%
  • JavaScript 36.2%
  • TypeScript 3.5%
  • Dockerfile 1.8%