fix: reranker for sglang

This commit is contained in:
jialin
2026-02-03 19:12:34 +08:00
parent a2c33affcd
commit 7548836b67
9 changed files with 57 additions and 9 deletions
@@ -143,7 +143,9 @@ const BackendDetail: React.FC<{
</span>
</Subtitle>
<Content>
<Typography.Text>{currentData?.description}</Typography.Text>
<Typography.Paragraph>
{currentData?.description}
</Typography.Paragraph>
</Content>
</Section>
)}