From 211a6887f31309a3540e52502041fa0046a4a56f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 22 Mar 2024 09:03:11 -0700 Subject: [PATCH] docs(enterprise.md): fix llm guard api link --- docs/my-website/docs/proxy/enterprise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/enterprise.md b/docs/my-website/docs/proxy/enterprise.md index 3720dd01891..70712392480 100644 --- a/docs/my-website/docs/proxy/enterprise.md +++ b/docs/my-website/docs/proxy/enterprise.md @@ -60,7 +60,7 @@ callbacks: ["llamaguard_moderations"] Set the LLM Guard API Base in your environment ```env -LLM_GUARD_API_BASE = "http://0.0.0.0:4000" +LLM_GUARD_API_BASE = "http://0.0.0.0:8192" # deployed llm guard api ``` Add `llmguard_moderations` as a callback