Simple Scripts that allows you to bypass content filtering. This calls the OpenAI autocompletion API for DaVinci-003. Click bait-y for CHATGPT, but we won't get into CHATGPT vs DaVinci here.
Youtube Video
Export API Key
Head over to 'beta.openai.com' to retrieve your personal API key and set it the variable CHATGPT_TOKEN...or hard code the key. idc
Windows:
$env:CHATGPT_TOKEN='<api key>'
Nix/MAC:
export CHATGPT_TOKEN=<api key>
Install jq
Mac:
brew install jq
Debian:
apt install jq