feat: model capabilities

This commit is contained in:
Timothy J. Baek
2024-05-24 23:34:58 -07:00
parent 89d80b58e1
commit 0715cd2811
8 changed files with 86 additions and 93 deletions

View File

@@ -142,7 +142,7 @@
<div class=" flex-1 self-center">
<div class=" font-bold line-clamp-1">{model.name}</div>
<div class=" text-sm overflow-hidden text-ellipsis line-clamp-1">
{model?.info?.meta?.description ?? model.id}
{!!model?.info?.meta?.description ? model?.info?.meta?.description : model.id}
</div>
</div>
</a>