From b0af3ca7c63eb559f40b65e5ad6fd5d83a2a014e Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 23 Jul 2024 10:22:34 -0700 Subject: [PATCH] trim trailing whitespace --- docs/tutorials/litellm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/litellm.md b/docs/tutorials/litellm.md index e686846b..824ee2cc 100644 --- a/docs/tutorials/litellm.md +++ b/docs/tutorials/litellm.md @@ -25,7 +25,7 @@ export LLM_GUARD_API_BASE="http://0.0.0.0:8192" # deployed llm guard api export ANTHROPIC_API_KEY="sk-..." # anthropic api key ``` -Add `llmguard_moderations` as a callback in a config.yaml +Add `llmguard_moderations` as a callback in a config.yaml ```yaml model_list: @@ -39,10 +39,10 @@ litellm_settings: callbacks: ["llmguard_moderations"] ``` -Now you can easily test it: +Now you can easily test it: ```bash -litellm --config /path/to/config.yaml +litellm --config /path/to/config.yaml ``` - Make a regular /chat/completion call