Skip to content

suntrackspb/FletChatGPT

Repository files navigation

Flet Kandinsky and ChatGpt PWA

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.

Run local

  1. git clone https://github.com/suntrackspb/FletChatGPT.git
  2. cd FletChatGPT
  3. source venv\bin\activate
  4. pip install -r requirements.txt
  5. python main.py
  6. Open http://localhost:8009

Run in docker

  1. Clone repository
  2. cd FletChatGPT
  3. docker compose up -d
  4. Open http://your-ip-address:8009

Releases

No releases published

Packages

No packages published