OpenAI GPT Plugin Backend Simple Template
Usage
- You need to have a domain and a SSL certificate or public IP address
- Clone this repo
- Replace all
example.com
in all files with your domain - Install dependencies in
requirements.txt
- Replace
TEMP_AUTH_CODE
inutils.py
with your own auth code - Run
python3 main.py
Optionally:
- Replace
./static_files
with your own static files