ComicMaker / src /app /engine /forbidden.ts
SubspaceDev's picture
Duplicate from jbilcke-hf/ai-comic-factory
84d81c2
raw
history blame contribute delete
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
]