Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 406 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 406 Bytes

ChatGPT-Bypass

Quick Bash Script that allows you to bypass content filtering, as none exists in the API at the moment.

Requirements

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

Install jq

Mac:

brew install jq

Debian:

apt install jq