From f4648b0b265001a6a72e037a186d45ec1852b20c Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Wed, 13 Nov 2024 13:14:43 -0800 Subject: [PATCH] fix relative path --- 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 f5352627e..2ff561284 100644 --- a/zero_to_hero_guide/06_Safety101.ipynb +++ b/zero_to_hero_guide/06_Safety101.ipynb @@ -18,7 +18,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" ]