Click here to live demo
You can specify all the settings yourself in .env or fill them out in the application settings as a client. The client settings override the server settings for the client.
-
git clone https://github.com/suntrackspb/FletChatGPT.git
-
cd FletChatGPT
-
source venv\bin\activate
-
pip install -r requirements.txt
-
python main.py
- Open http://localhost:8009
- Clone repository
-
cd FletChatGPT
-
docker compose up -d
- Open http://your-ip-address:8009