jbilcke-hf's picture
jbilcke-hf HF staff
new version, able to support Inference API models
3ca0269
raw history blame
No virus
182 Bytes
// the NSFW has to contain bad words, but doing so might get the code flagged
// or attract unwanted attention, so we hash them
export const forbidden = [
// TODO implement this
]