Skip to content

caiquecastro/chatgpt-ui-server

 
 

Repository files navigation

ChatGPT UI Server

This is a simple ChatGPT UI server based on the Django framework.

Development

Create the network to be shared between backend and frontend:

docker network create chatgpt-ui-network

To run the application in development mode, execute the following script:

docker compose up -d

About

A ChatGPT UI server based on the Django framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%