https://github.com/venopyX/ChatGPT-Bypass
https://github.com/venopyX/ChatGPT-Bypass
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/venopyX/ChatGPT-Bypass
- Owner: venopyX
- Created: 2023-04-02T20:51:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T20:51:53.000Z (over 3 years ago)
- Last Synced: 2025-03-23T01:43:52.506Z (over 1 year ago)
- Language: PowerShell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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
````