Accessing Admin Panel
LLMInspect provides an Admin Panel (available by default at port 7116) where you can view all of your configurations and manage guardrails in real time:
Administrators can enable or disable guardrails for specific models directly from this interface. The panel supports both dark and light modes for accessibility; simply click the mode-switch button in the header to toggle between them:
Configuring Guardrails
-
Locate the validation rule. In the sidebar, expand Validation, then scroll down to find the rule you want to modify (for example, DetectPII).
-
Edit the failure mode. Hover over the on_fail column for that rule. An edit icon will appear—click it to open a dropdown menu:
- Select a new mode.
Choose the desired mode (e.g.
warn
instead ofblock
). Changes are saved automatically.
Example: Changing DetectPII from
block
towarn
means that, instead of blocking requests containing personal information, the system will issue a warning to the user. For more details on what each mode does, see our security guide: Guardrails Configurations.