-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
How does moderation work? #1
Comments
The model itself is still censored but you can get around that with clever wording. Role playing tends to bypass the filters quite well |
You can trigger it with extremely NSFW and graphic prompts or responses. |
But cool to use if i want to create a discord bot or smth xD |
That was my initial goal. This is merely a POC for me to build bots programatically. |
I did the same. |
I just published it on pip so you can import it and use it in any bots from revChatGPT.revChatGPT import Chatbot
chatbot = Chatbot({
"Authorization": "<API Key>"
}) # Get config beforehand
response = chatbot.get_chat_response(prompt) # Get prompt beforehand |
I guess this doesn't work anymore. There are no content warnings, but I received an email from OpenAI about violating their content policy. Looks like they are still moderating messages even with moderation API turned off. |
Damn. They caught on |
It might be that this moderation API was just displaying errors over your messages and highlighting it red. Looks like actual moderation happens on their side and your replies still get flagged even though you can't see it now. |
In your "Features" you mention
can you please explain how it's more uncensored than the regular site?
Is there censoring on the frontend? If so, how can i trigger the censoring on the frontend?
The text was updated successfully, but these errors were encountered: