Skip to content

Commit

Permalink
[ready to merge] Blog: Prompt Evaluation Frameworks (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaLam authored Jan 21, 2025
1 parent b932186 commit 8dd9763
Show file tree
Hide file tree
Showing 11 changed files with 418 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bifrost/app/blog/blogs/prompt-evaluation-frameworks/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"title": "Top Prompt Evaluation Frameworks in 2025: Helicone, OpenAI Eval, and More",
"title1": "Top Prompt Evaluation Frameworks in 2025: Helicone, OpenAI Eval, and More",
"title2": "Top Prompt Evaluation Frameworks in 2025: Helicone, OpenAI Eval, and More",
"description": "In this blog, we will compare leading prompt evaluation frameworks, including Helicone, OpenAI Eval, PromptFoo, and more. Learn about which evaluation framework best suits your needs and the basics setups.",
"images": "/static/blog/prompt-evaluation-frameworks/eval-cover.webp",
"time": "12 minute read",
"author": "Lina Lam",
"date": "January 21, 2025",
"badge": "compare"
}
402 changes: 402 additions & 0 deletions bifrost/app/blog/blogs/prompt-evaluation-frameworks/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: "prompt-evaluation-frameworks",
},
},
{
dynmaicEntry: {
folderName: "gpt-4o-mini-vs-claude-3.5-sonnet",
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 8dd9763

Please sign in to comment.