Ask HN: How are you making sure LLM provider doesn't ban you from user prompts? One of my worry is my users submitting malicious prompts and getting my account banned for everybody. How do you ensure that the prompt doesn't violate LLM providers Terms of Service? Does this mean we have to call the text gen API twice? First to analyze and ask if it violates TOS and then second to finally fulfill the user's requests? Are there any other solutions that is working for you? |