WongSaang / chatgpt-ui

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.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.53k stars 338 forks source link

Running without docker #273

Open anndix opened 2 weeks ago

anndix commented 2 weeks ago

Hi,

Is it possible to run the client and server side without docker ?

Also whats the schema for the mysql database, if i wish to use mysql to store all user data. I am assuming it stores, all the conversations, output etc.

Thanks