Welcome to your own "privat" hackable ChatGPT! At the moment, its just a helpfull Python expert. But you can hack it to be anything.
And place it in a .env file.
OPENAI_API_KEY=<some-api-key>python3 -m venv env
source env/bin/activatepip install --upgraded pip
pip install -r requirements.txtpython app.pyGo to localhost:8000
