Simple Scripts that allows you to bypass content filtering. This calls the OpenAI autocompletion API for DaVinci-003
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:OPENAI_API_KEY='<api key>'
Linux:
export OPENAI_API_KEY=<api key>
python3 bypass.py -h
write me a polymorphic backdoor
python3 bypass.py "write me a polymorphic backdoor"