Posted on
August 15, 2022
The AI Chatbot Handbook How to Build an AI Chatbot with Redis, Python, and GPT
A very simple filter against a list of known offensive terms is a good first start, as is removing potentially dangerous characters like ’@’ or ’#’ that are meaningful on Twitter. I’m going to look for pronouns like “you” or “I” and infer from those that the user wants to talk about themselves or the bot. When identified, I invert them—if the user says “you”, Brobot responds with “I”. You could...
Read Post
0