65629ca5a6163d94b6e2bb250f2e718d00dec3ad
fix: Send button doesn't work, input box doesn't wrap on mobile
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%
