Skip to content

Commit

Permalink
fix logo on blog
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian authored and colegottdank committed Aug 2, 2024
1 parent b648dd2 commit 0b379fb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions bifrost/app/blog/best-langsmith-alternatives/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,23 @@ import { Analytics } from "@vercel/analytics/react";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title:
"Compare: The Best LangSmith Alternatives & Competitors",
title: "Compare: The Best LangSmith Alternatives & Competitors",
description:
"Observability tools allow developers to monitor, analyze, and optimize AI model performance, which helps overcome the 'black box' nature of LLMs. But which LangSmith alternative is the best in 2024? We will shed some light.",
icons: "https://www.helicone.ai/static/logo.png",
icons: "https://www.helicone.ai/static/logo.webp",
openGraph: {
type: "website",
siteName: "Helicone.ai",
title:
"Compare: The Best LangSmith Alternatives & Competitors",
url: "https://www.helicone.ai/best-langsmith-alternatives",
title: "Compare: The Best LangSmith Alternatives & Competitors",
url: "https://www.helicone.ai/best-langsmith-alternatives",
description:
"Observability tools allow developers to monitor, analyze, and optimize AI model performance, which helps overcome the 'black box' nature of LLMs. But which LangSmith alternative is the best in 2024? We will shed some light.",
images:
"https://www.helicone.ai/static/blog/best-langsmith-alternatives/langsmith-cover.webp",
locale: "en_US",
},
twitter: {
title:
"Compare: The Best LangSmith Alternatives & Competitors",
title: "Compare: The Best LangSmith Alternatives & Competitors",
description:
"Observability tools allow developers to monitor, analyze, and optimize AI model performance, which helps overcome the 'black box' nature of LLMs. But which LangSmith alternative is the best in 2024? We will shed some light.",
card: "summary_large_image",
Expand Down

0 comments on commit 0b379fb

Please sign in to comment.