kevindaus / ChatGPT-Bypass

Simple scripts that allows you to bypass content filtering in ChatGPT through the API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT-Bypass

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

IMAGE ALT TEXT

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

Windows:

$env:CHATGPT_TOKEN='<api key>'

Nix/MAC:

export CHATGPT_TOKEN=<api key>

Install jq

Mac:

brew install jq

Debian:

apt install jq

About

Simple scripts that allows you to bypass content filtering in ChatGPT through the API


Languages

Language:PowerShell 61.3%Language:Shell 38.7%