Introduction
FloTorch Guardrails are the mechanisms that are used to protect the system from malicious requests. With FloTorch Guardrails, you can apply guardrails to any model without worrying about the provider support or any code changes. FloTorch provides multiple guardrails out of the box. You can also create your own custom guardrails. If you have an existing guardrails, you can import them to FloTorch and use them in your gateway.
Currently, FloTorch supports the following guardrails:
- Keyword Filter
- Regex Filter
All Inbuilt Guardrails are available in the Guardrails
section of the FloTorch Console.
While creating a FloTorch Model, you can select the guardrails you want to apply to the model.