chore: generate

This commit is contained in:
GitHub Action
2026-01-21 15:26:15 +00:00
parent 6ac8c85b34
commit f736751a8c
2 changed files with 14 additions and 3 deletions

View File

@@ -47,7 +47,13 @@ export const DialogSelectModelUnpaid: Component = () => {
class="w-full"
placement="right-start"
gutter={12}
value={<ModelTooltip model={item} latest={item.latest} free={item.provider.id === "opencode" && (!item.cost || item.cost.input === 0)} />}
value={
<ModelTooltip
model={item}
latest={item.latest}
free={item.provider.id === "opencode" && (!item.cost || item.cost.input === 0)}
/>
}
>
{node}
</Tooltip>