feat(token-tracking): enhance model metadata reconciliation by adding bare model name handling

This commit is contained in:
Anish Sarkar 2026-06-14 12:18:22 +05:30
parent 7926814070
commit d9a4f14f99
3 changed files with 115 additions and 5 deletions

View file

@ -46,7 +46,7 @@ export const metadata: Metadata = {
alternates: {
canonical: "https://www.surfsense.com",
},
title: "SurfSense Open Source, Privacy-Focused NotebookLM Alternative for Teams",
title: "SurfSense - Open Source, Privacy-Focused NotebookLM Alternative for Teams",
description:
"Open source NotebookLM alternative for teams with no data limits. Use ChatGPT, Claude AI, and any AI model for free.",
keywords: [
@ -88,7 +88,7 @@ export const metadata: Metadata = {
"SurfSense",
],
openGraph: {
title: "SurfSense Open Source, Privacy-Focused NotebookLM Alternative for Teams",
title: "SurfSense - Open Source, Privacy-Focused NotebookLM Alternative for Teams",
description:
"Open source NotebookLM alternative for teams with no data limits. Use ChatGPT, Claude, and any AI model for free.",
url: "https://www.surfsense.com",
@ -106,7 +106,7 @@ export const metadata: Metadata = {
},
twitter: {
card: "summary_large_image",
title: "SurfSense Open Source, Privacy-Focused NotebookLM Alternative for Teams",
title: "SurfSense - Open Source, Privacy-Focused NotebookLM Alternative for Teams",
description:
"Open source NotebookLM alternative for teams with no data limits. Use ChatGPT, Claude AI, and any AI model for free.",
creator: "@SurfSenseAI",