refactor(anonymous-models): remove description field from anonymous model responses and update related UI components

This commit is contained in:
Anish Sarkar 2026-06-13 16:30:26 +05:30
parent 576c56628a
commit 76843f42f1
5 changed files with 1 additions and 17 deletions

View file

@ -246,11 +246,6 @@ export default async function FreeHubPage() {
className="group flex flex-col gap-0.5"
>
<span className="font-medium group-hover:underline">{model.name}</span>
{model.description && (
<span className="text-xs text-muted-foreground line-clamp-1">
{model.description}
</span>
)}
</Link>
</TableCell>
<TableCell>