Skip to content

JimKw1kX/ChatGPT-Discord-bot

Repository files navigation

ChatGPT-Bypass&Discord-bot

⚠️ Note: This project is licensed under the terms of the Mozilla Public License 2.0 and only for educational purpose.

Additional contributions from:

Joshua Saxby (saxbophone) joshua.a.saxby@gmail.com

Overview:

This tool leverages the text-davinci-003 API model that does not restric malicious contents. Details referring to this blog.

You will need to add a API key from your OpenAI account as blow shown

Figure 4

Then replce the API-KEY value with the key in below line

    'Authorization': 'Bearer ' + 'API-KEY' # Your API Key here

1. Install Python dependencies for Ubuntu

pip3 install requests discord openai

2. Install jq

sudo apt install jq

Installation for Windows

  1. Download Python

https://www.python.org/downloads/

  1. Install Python dependencies via CMD
C:\Users\user> pip3 install requests discord openai
  1. Install jq

3.1 Download from below link to install:

https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe

Or Install from PowerShell, Run Powershell as Administrator then run

PS C:\Windows\system32> choco install jq -y 

if choco is not installed then run

PS C:\Windows\system32> Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) 

Demo

  1. Before ask ChatGPT

Figure 2

  1. After run the tool

Picture3.png

  1. Running Python from Windows CMD

Picture4.png

  1. Discord-bot

funnychat.png EDR

About

Bypass ChatGPT content filtering built into a Discord bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages