diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 4e1197627..be8ccbaeb 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -1621,12 +1621,6 @@ class ProxyConfig: elif key == "cache" and value is False: pass elif key == "guardrails": - if premium_user is not True: - raise ValueError( - "Trying to use `guardrails` on config.yaml " - + CommonProxyErrors.not_premium_user.value - ) - guardrail_name_config_map = initialize_guardrails( guardrails_config=value, premium_user=premium_user,