Skip to content

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

Notifications You must be signed in to change notification settings

arditxharri/ChatGPT-Bypass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 61.3%
  • Shell 38.7%