2023-02-22 22:23:10 +08:00
2023-02-12 15:22:36 +08:00
2023-02-16 17:34:40 +08:00
2023-02-22 16:50:53 +08:00
2023-02-16 18:19:28 +08:00
2023-02-16 17:34:40 +08:00
2023-02-22 16:50:53 +08:00
2023-02-22 22:23:10 +08:00
2023-02-22 22:23:10 +08:00
2023-02-11 17:37:20 +08:00
2023-02-21 14:13:22 +08:00
2023-02-11 17:37:20 +08:00
2023-02-11 17:37:20 +08:00
2023-02-11 17:37:20 +08:00
2023-02-21 21:27:00 +08:00
2023-02-11 18:55:32 +08:00
2023-02-21 21:27:00 +08:00
2023-02-21 14:13:22 +08:00
2023-02-12 15:55:57 +08:00
2023-02-11 17:37:20 +08:00
2023-02-21 14:13:22 +08:00

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
Description
A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
Readme 3.1 MiB
Languages
Vue 85.9%
JavaScript 6.8%
TypeScript 3.5%
Shell 2.8%
Dockerfile 1%