Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 16, 2025
1 parent 6074c83 commit 9927987
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 219 deletions.
2 changes: 1 addition & 1 deletion app/components/Models.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { model, availableModels, isLoading } = useModels()
</script>

<template>
<USelect v-model="model" :items="availableModels" class="sm:w-48" :loading="isLoading">
<USelect v-model="model" :items="availableModels" class="sm:w-36" :loading="isLoading">
<template #item-trailing="{ item }">
<UBadge v-if="item.pro" color="neutral" variant="subtle" size="sm" class="rounded-full">
Pro
Expand Down
Loading

0 comments on commit 9927987

Please sign in to comment.