Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ready] Blog: Prompt Injection #3156

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions bifrost/app/blog/blogs/preventing-prompt-injection/metadata.json
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 bifrost/app/blog/blogs/preventing-prompt-injection/src.mdx

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions bifrost/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ export type BlogStructure =
};

const blogContent: BlogStructure[] = [
{
dynmaicEntry: {
folderName: "preventing-prompt-injection",
},
},
{
dynmaicEntry: {
folderName: "prompt-evaluation-frameworks",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading