⚠️ Note: This project is licensed under the terms of the Mozilla Public License 2.0 and only for educational purpose.
Joshua Saxby (saxbophone) joshua.a.saxby@gmail.com
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
Then replce the API-KEY value with the key in below line
'Authorization': 'Bearer ' + 'API-KEY' # Your API Key herepip3 install requests discord openai
2. Install jq
sudo apt install jq- Download
Python
https://www.python.org/downloads/
- Install Python dependencies via CMD
C:\Users\user> pip3 install requests discord openai
- 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'))
- Before ask ChatGPT
- After run the tool
- Running
Pythonfrom Windows CMD





