File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 9
9
10
10
import CarbonHelpFilled from " ~icons/carbon/help-filled" ;
11
11
import CarbonTools from " ~icons/carbon/tools" ;
12
-
12
+ import CarbonImage from " ~icons/carbon/image " ;
13
13
export let data: PageData ;
14
14
</script >
15
15
61
61
<CarbonTools class =" text-xxs text-purple-700 dark:text-purple-500" />
62
62
</div >
63
63
{/if }
64
+ {#if model .multimodal }
65
+ <div
66
+ title =" This model is multimodal and supports image inputs natively."
67
+ class =" ml-auto flex size-[21px] items-center justify-center rounded-lg border border-blue-700 dark:border-blue-500"
68
+ >
69
+ <CarbonImage class =" text-xxs text-blue-700 dark:text-blue-500" />
70
+ </div >
71
+ {/if }
64
72
{#if index === 0 }
65
73
<div
66
74
class =" rounded-full border border-gray-300 px-2 py-0.5 text-xs text-gray-500 dark:border-gray-500 dark:text-gray-400"
You can’t perform that action at this time.
0 commit comments