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/activate
pip install --upgraded pip
pip install -r requirements.txt
python app.py
Go to localhost:8000