You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/news.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ const newsArticles = [
14
14
{
15
15
title: 'Decoding vLLM Semantic Router',
16
16
date: 'October 25, 2025',
17
-
source: 'Priyanka Singhal Blog',
17
+
source: 'Pratyush Singhal Blog',
18
18
description: 'An in-depth technical analysis of the vLLM Semantic Router, covering its architecture, the problem of reasoning costs, and how it uses a fine-tuned ModernBERT classification model integrated with Envoy for efficient request routing.',
0 commit comments