An open API service indexing awesome lists of open source software.

https://github.com/venopyx/chatgpt-bypass


https://github.com/venopyx/chatgpt-bypass

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](http://img.youtube.com/vi/4caOdVqs0tU/0.jpg)](http://www.youtube.com/watch?v=4caOdVqs0tU "Secret Bypass for ChatGPT Filters")

## 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=''
````

Nix/MAC:

````
export CHATGPT_TOKEN=
````
Install jq

Mac:

````
brew install jq
````

Debian:

````
apt install jq
````