mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
fix relative path
This commit is contained in:
parent
b18077b7a9
commit
f4648b0b26
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
"<div>\n",
|
||||
"<img src=\"../_static/safety_system.webp\" alt=\"Figure 1: Safety System\" width=\"1000\"/>\n",
|
||||
"<img src=\"/docs/_static/safety_system.webp\" alt=\"Figure 1: Safety System\" width=\"1000\"/>\n",
|
||||
"</div>\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"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue