Skip to content

Commit 860c4c8

Browse files
authored
fix(website/news): fix the author name for decoding semantic router blog (#544)
Signed-off-by: Pratyush Singhal <[email protected]>
1 parent 974f0b0 commit 860c4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/news.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const newsArticles = [
1414
{
1515
title: 'Decoding vLLM Semantic Router',
1616
date: 'October 25, 2025',
17-
source: 'Priyanka Singhal Blog',
17+
source: 'Pratyush Singhal Blog',
1818
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.',
1919
url: 'https://psinghal.me/posts/03-vllm-semantic-router/',
2020
category: 'Technical Article',

0 commit comments

Comments
 (0)