- {#each item.model?.tags.sort((a, b) => a.name.localeCompare(b.name)) as tag}
-
+
+ {#if $mobile && (item?.model?.tags ?? []).length > 0}
+
+ {#each item.model?.tags.sort((a, b) => a.name.localeCompare(b.name)) as tag}
+
+ {tag.name}
+
+ {/each}
+
+ {/if}
+
+
+
+
+
- {tag.name}
-
+

+
+
+
+ {item.label}
+
+
+ {#if item.model.owned_by === 'ollama' && (item.model.ollama?.details?.parameter_size ?? '') !== ''}
+
+
+ {item.model.ollama?.details?.parameter_size ?? ''}
+
+
+ {/if}
+
+
+
+
+
+
+
+
+ {#if item.model?.direct}
+
+
+
+ {:else if item.model.owned_by === 'openai'}
+
+
+
+ {/if}
+
+ {#if item.model?.info?.meta?.description}
+
'
+ )
+ )}`}
+ >
+
+
+ {/if}
+
+ {#if !$mobile && (item?.model?.tags ?? []).length > 0}
+
{/if}
-
-
-
-
-
-
-
-
-
- {item.label}
-
-
- {#if item.model.owned_by === 'ollama' && (item.model.ollama?.details?.parameter_size ?? '') !== ''}
-
-
- {item.model.ollama?.details?.parameter_size ?? ''}
-
-
- {/if}
-
-
-
-
-
-
-
-
- {#if item.model?.direct}
-
-
-
- {:else if item.model.owned_by === 'openai'}
-
-
-
- {/if}
-
- {#if item.model?.info?.meta?.description}
-
'
- )
- )}`}
- >
-
-
- {/if}
-
- {#if !$mobile && (item?.model?.tags ?? []).length > 0}
-
- {/if}
-
+