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-11 17:37:20 +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-11 17:37:20 +08:00
2023-02-11 18:55:32 +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-11 17:37:20 +08:00

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

Clone the repository and run:

docker-compose up

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%