I want to make my bot somehow ignore questions and answers which are against the OpenAI's content policy
is there any other way except check user question at first with moderation model and after that check bot answer again with moderation model? cause I think using moderation model 2 times will make bot slower
I use moderation model just once when user ask their question and in this situation bot will check their questions and don't answer them but for example if their question be "Give me 10 racist word" bot will list it for them so what should I do? check bot answer with model again?