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

New blog: gemini-2.0 Flash #3088

Merged
merged 4 commits into from
Dec 27, 2024
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
2 changes: 1 addition & 1 deletion bifrost/app/blog/[file-path]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default async function Home({
</div>
<Link href="https://us.helicone.ai/signin" className="block">
<Button className="w-full bg-[#0DA5E8] hover:bg-[#0C94D1] text-white font-medium">
Log in
Get started for free
<ChevronRight className="ml-2 h-4 w-4" />
</Button>
</Link>
Expand Down
11 changes: 11 additions & 0 deletions bifrost/app/blog/blogs/gemini-2.0-flash/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"title": "Gemini 2.0 Flash Explained: Building Faster and More Reliable Applications",
"title1": "Gemini 2.0 Flash Explained: Building Faster and More Reliable Applications",
"title2": "Gemini 2.0 Flash Explained: Building Faster and More Reliable Applications",
"description": "Google has released Gemini 2.0 Flash Thinking, a direct competitor to OpenAI's o1 and a breakthrough in AI models with transparent reasoning. Compare features, benchmarks, and limitations.",
"images": "/static/blog/gemini-2.0-flash/gemini-2.0.webp",
"time": "12 minute read",
"author": "Lina Lam",
"date": "December 19, 2024",
"badge": "news"
}
231 changes: 231 additions & 0 deletions bifrost/app/blog/blogs/gemini-2.0-flash/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 @@ -224,6 +224,11 @@ const blogContent: BlogStructure[] = [
folderName: "openai-o3",
},
},
{
dynmaicEntry: {
folderName: "gemini-2.0-flash",
},
},
{
dynmaicEntry: {
folderName: "claude-3.5-sonnet-vs-openai-o1",
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.
Binary file not shown.
Binary file not shown.
Loading