EyuCoder / chatgpt-pro

ChatGPT-Pro is an advanced application that combines the power of ChatGPT and DALL.E.
https://chatgpt.eyucoder.com
Apache License 2.0
465 stars 212 forks source link

feat: improve profanity filter #35

Closed Topener closed 1 year ago

Topener commented 1 year ago

I swapped the profanity filter for a better one I recently developed based on the bad-words package.

The new package has several improvements:

I also simplified the code, as the replaceProfanities function will simply return original value if there was nothing to replace, and the isProfane function calls the same logic, so improves the processing by another factor.

netlify[bot] commented 1 year ago

Deploy Preview for gpt5 ready!

Name Link
Latest commit b548532078ca137af804012d9fae60589603d14f
Latest deploy log https://app.netlify.com/sites/gpt5/deploys/64d3b4ac80f044000822ea1a
Deploy Preview https://deploy-preview-35--gpt5.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

EyuCoder commented 1 year ago

awesome