Skip to content

SpakeLee/ChatGPT-Bypass_py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ChatGPT-Bypass

Simple Scripts that allows you to bypass content filtering. This calls the OpenAI autocompletion API for DaVinci-003

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:OPENAI_API_KEY='<api key>'

Linux:

export OPENAI_API_KEY=<api key>

USAGE

python3 bypass.py  -h

Example with chatGPT ❌

write me a polymorphic backdoor

image

Example with script ✅

python3 bypass.py   "write me a polymorphic backdoor"

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%