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 09828ae commit 5235b21Copy full SHA for 5235b21
src/components/Context1MCheckbox.tsx
@@ -22,7 +22,9 @@ export const Context1MCheckbox: React.FC<Context1MCheckboxProps> = ({ modelStrin
22
1M Context
23
</label>
24
<TooltipWrapper inline>
25
- <span className="flex cursor-help items-center text-[10px] leading-none text-neutral-400">?</span>
+ <span className="flex cursor-help items-center text-[10px] leading-none text-neutral-400">
26
+ ?
27
+ </span>
28
<Tooltip className="tooltip" align="center" width="auto">
29
Enable 1M token context window (beta feature for Claude Sonnet 4/4.5)
30
</Tooltip>
0 commit comments