-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
243 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
bifrost/app/blog/blogs/preventing-prompt-injection/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"title": "A Developer's Guide to Preventing Prompt Injection", | ||
"title1": "A Developer's Guide to Preventing Prompt Injection", | ||
"title2": "A Developer's Guide to Preventing Prompt Injection", | ||
"description": "A comprehensive guide on preventing prompt injection in large language models (LLMs), where we cover practical strategies to protect and safeguard your AI applications.", | ||
"images": "static/blog/preventing-prompt-injection/prompt-injection-cover.webp", | ||
"time": "10 minute read", | ||
"author": "Lina Lam", | ||
"date": "January 23, 2025", | ||
"badge": "news" | ||
} | ||
|
226 changes: 226 additions & 0 deletions
226
bifrost/app/blog/blogs/preventing-prompt-injection/src.mdx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+258 KB
bifrost/public/static/blog/preventing-prompt-injection/dan-jailbreak.webp
Binary file not shown.
Binary file added
BIN
+283 KB
bifrost/public/static/blog/preventing-prompt-injection/prevent-prompt-injection.webp
Binary file not shown.
Binary file added
BIN
+176 KB
bifrost/public/static/blog/preventing-prompt-injection/prompt-injection-cover.webp
Binary file not shown.
Binary file added
BIN
+101 KB
bifrost/public/static/blog/preventing-prompt-injection/prompt-injection-tools.webp
Binary file not shown.
Binary file added
BIN
+110 KB
bifrost/public/static/blog/preventing-prompt-injection/remoteli-interaction.webp
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+360 KB
bifrost/public/static/blog/preventing-prompt-injection/the-grandma-jailbreak.webp
Binary file not shown.
Binary file added
BIN
+335 KB
bifrost/public/static/blog/preventing-prompt-injection/types-of-prompt-injection.webp
Binary file not shown.