From 298abbd8faff71b4a91802248025df4259182108 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Thu, 21 Nov 2024 11:26:59 -0800 Subject: [PATCH] corrected safety api notebook --- zero_to_hero_guide/06_Safety101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero_to_hero_guide/06_Safety101.ipynb b/zero_to_hero_guide/06_Safety101.ipynb index 73ddab4a2..5b42d1698 100644 --- a/zero_to_hero_guide/06_Safety101.ipynb +++ b/zero_to_hero_guide/06_Safety101.ipynb @@ -11,7 +11,7 @@ "As outlined in our [Responsible Use Guide](https://www.llama.com/docs/how-to-guides/responsible-use-guide-resources/), LLM apps should deploy appropriate system level safeguards to mitigate safety and security risks of LLM system, similar to the following diagram:\n", "\n", "
\n", - "\"Figure\n", + "\"Figure\n", "
\n", "To that goal, Llama Stack uses **Prompt Guard** and **Llama Guard 3** to secure our system. Here are the quick introduction about them.\n" ]