From 6b651be2f9a4b980f4cff99d59968ef0305b249d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 19 Aug 2024 15:43:40 -0700 Subject: [PATCH] doc update typo --- docs/my-website/docs/tutorials/litellm_proxy_aporia.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/tutorials/litellm_proxy_aporia.md b/docs/my-website/docs/tutorials/litellm_proxy_aporia.md index 41e155669e..c6d5821590 100644 --- a/docs/my-website/docs/tutorials/litellm_proxy_aporia.md +++ b/docs/my-website/docs/tutorials/litellm_proxy_aporia.md @@ -44,8 +44,8 @@ model_list: litellm_settings: - pre_call_guardrails: ["aporia-example-1"] # run guardrail before making LLM API call - post_call_guardrails: ["aporia-example-2"] # run guardrail after making LLM API call + pre_call_guardrails: ["aporia-pre-guard"] # run guardrail before making LLM API call + post_call_guardrails: ["aporia-post-guard"] # run guardrail after making LLM API call during_call_guardrails: [] guardrails: - guardrail_name: "aporia-pre-guard"