We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbd816 commit b4046adCopy full SHA for b4046ad
1 file changed
src/lib/components/model-picker/model-picker.svelte
@@ -469,13 +469,6 @@
469
</div>
470
{/if}
471
472
-
473
- <!-- Description - Hidden on mobile for compactness -->
474
- {#if nanoGPTModel?.description && !isMobile.current}
475
- <p class="text-muted-foreground mt-0.5 max-w-full truncate text-xs">
476
- {nanoGPTModel.description}
477
- </p>
478
- {/if}
479
480
481
<!-- Capability badges - Desktop only with tooltips -->
0 commit comments