Merge pull request #4042 from Yanyutin753/model_image

💄 Add a model image to the model selector
This commit is contained in:
Timothy Jaeryang Baek 2024-07-24 12:15:33 +02:00 committed by GitHub
commit 312c8b9e7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -279,8 +279,15 @@
<div class="flex items-center gap-2">
<div class="flex items-center min-w-fit">
<div class="line-clamp-1">
<div class="flex items-center min-w-fit">
<img
src={item.model?.info?.meta?.profile_image_url ?? '/static/favicon.png'}
alt="Model ImageURl"
class="rounded-full w-5 h-5 flex items-center mr-2"
/>
{item.label}
</div>
</div>
{#if item.model.owned_by === 'ollama' && (item.model.ollama?.details?.parameter_size ?? '') !== ''}
<div class="flex ml-1 items-center translate-y-[0.5px]">
<Tooltip