File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,16 @@ export const DifferentModels: Story = {
4141 render : ( ) => (
4242 < div className = "bg-dark flex min-w-80 flex-col gap-[30px] p-10" >
4343 < div >
44- < div className = "text-muted-light font-primary mb-2 text-xs" > Claude Sonnet 4.5 (4 levels)</ div >
44+ < div className = "text-muted-light font-primary mb-2 text-xs" >
45+ Claude Sonnet 4.5 (4 levels)
46+ </ div >
4547 < ThinkingSliderComponent modelString = "anthropic:claude-sonnete-4-5" />
4648 </ div >
4749
4850 < div >
49- < div className = "text-muted-light font-primary mb-2 text-xs" > Claude Opus 4.5 (3 levels: low/medium/high)</ div >
51+ < div className = "text-muted-light font-primary mb-2 text-xs" >
52+ Claude Opus 4.5 (3 levels: low/medium/high)
53+ </ div >
5054 < ThinkingSliderComponent modelString = "anthropic:claude-opus-4-5" />
5155 </ div >
5256
@@ -56,7 +60,9 @@ export const DifferentModels: Story = {
5660 </ div >
5761
5862 < div >
59- < div className = "text-muted-light font-primary mb-2 text-xs" > Gemini 3 (2 levels: low/high)</ div >
63+ < div className = "text-muted-light font-primary mb-2 text-xs" >
64+ Gemini 3 (2 levels: low/high)
65+ </ div >
6066 < ThinkingSliderComponent modelString = "google:gemini-3-pro-preview" />
6167 </ div >
6268
You can’t perform that action at this time.
0 commit comments