Skip to content

Commit

Permalink
blog done (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaLam authored Jan 22, 2025
1 parent 2b53f1d commit 5b79866
Show file tree
Hide file tree
Showing 11 changed files with 243 additions and 0 deletions.
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.

0 comments on commit 5b79866

Please sign in to comment.