usekino / kino

https://usekino.com
GNU Affero General Public License v3.0
0 stars 0 forks source link

check for banned words #10

Open natedunn opened 2 months ago

natedunn commented 2 months ago

API used for checking against problematic words for usernames, team names, and maybe descriptions.

linear[bot] commented 2 months ago
KINO-19 check for banned words

API used for checking against problematic words for usernames, team names, and maybe descriptions. * Open AI option: [https://platform.openai.com/docs/guides/moderation](https://platform.openai.com/docs/guides/moderation) * This is free but it comes with 3 RPM so it might be too low. Maybe we can work around this by making it the final check in the tRPC procedure. In any case, we'd have to rate limit on our end at the same interval, which is not ideal. Next tier for OAI gets us 500 RPM. * [https://sightengine.com/demo-text](https://sightengine.com/demo-text) (too pricey I think)