jtormey / lax

A minimal Slack clone built with Elixir & Phoenix LiveView
76 stars 5 forks source link

Add AI chat message moderation #5

Open jtormey opened 3 months ago

jtormey commented 3 months ago

Use Bumblebee (with FLAME?) to run an open source LLM. Should recognize harmful language in new messages and automatically delete them. Run asynchronously to keep messaging fast.