26411570ffe0f765b2c138fdaad1e7deba0e55e8
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.
chatgptchatgpt-clientchatgpt-webdjangodockerdocker-chatgptnode-chatgptnuxt-chatgptopenaivuevue-chatgpt
Readme
3.1 MiB
Languages
Vue
85.9%
JavaScript
6.8%
TypeScript
3.5%
Shell
2.8%
Dockerfile
1%