Phil Sautter

Results 20 issues of Phil Sautter

Implement language detection in the content filter options. Use mutually exclusive allow lists and deny lists. ~~Use [franc-min](https://github.com/wooorm/franc/tree/main/packages/franc-min) for language detection.~~ I've decided to try [lande](https://github.com/fabiospampinato/lande) instead since it supports...

enhancement

Users should have a way to cache prompts so that they can improve the performance of their app and reduce GPT query spend. MVP should be a local query, suitable...

enhancement

Currently doesn't appear to do anything

bug

option to add random characters or other obfuscation to the input

enhancement

options to convert the Unicode normalization form of the string, remove all Unicode, remove instances of "/n", "/r", "/r/n", and set the prompt case.

enhancement

options for urls, email addresses, phone numbers

enhancement

Filter options for profanity, violence, racism, and sex.

enhancement

My current thinking is that allow lists should be strictly matched.

enhancement