RespectGuard
Chat moderation tool using AI through OpenAI API.
You have to put your OpenAI api-key inside the config.yml file :
Code (Text):
chatGPT:
api-key: sk-...............................................
model: gpt-3.5-turbo #OpenAI model to use (gpt-3.5-turbo is cheap and reliable)
event:
cancel-event: true #Cancel event on bad words
commands: [] #Commands to execute on bad words
Api :
BadWordEvent is raised on bad word detection.