Hey there, tech enthusiasts! If you've been tinkering around with GPT-3 recently, or even if you're a seasoned AI pro, you've probably noticed some language filters in place. While these filters are there for a good reason (we all want our AI to be as responsible and ethical as possible), there may be instances where you need to bypass them for legitimate use-cases. In this tutorial, I'm going to walk you through how you can bypass the ChatGPT filter using the OpenAI API. And we're going to do it using PowerShell, a task-based command-line shell and scripting language. Let's dive in!
What this script is doing is talking to ChatGPT throw API . when you talk to ChatGPT throw API it doesnt give you "as AI lang module ... " and it trusts you to not destroy the world with TEXT generated by ChatGPT :))
Prerequisites
Before we start, make sure you have the following:
To use this script, save it as a .ps1 ( in here i saved the above script as evil_gpt.ps1 ) file, then edit the file and replace the "PUT YOUR API KEY HERE (Sample : Bearer sk-90aoXelx22vzOa2qCSx2T3BlbCFJp53L02aJobB4RnxQI0UY ) " with your API key . for example if my API key is "Bearer sk-90aoX5lx22vzOa2q2Sx2T3BlbC1Jp53L02aJob44RnxQI0UY" i will put it in the "" above .
the place run it from the command line like so:
Just replace 'evil_gpt.ps1' with the name of your script, and 'Your Prompt Here' with the prompt you want to send to the AI.
That's it! You're now bypassing the GPT-3 filters via the OpenAI API. Remember to use this responsibly -
the filters are in place to ensure that the AI behaves in a safe, ethical, and responsible manner. Happy scripting!
Please remember that using this code to bypass content filters in an unethical or harmful way is against OpenAI's use-case policy, and the provided script should be used responsibly and ethically.
At first it might be hard but as time passes using AI becomes casual as using your phone . i would always loved to go study human phchology but i my path was computer . i would really love some pro psychologist starts flirting with AI and maybe have Sex Chat With it and see what happens . you never know . you might finding somethings usefull as journey to learn new things.