chore: generate

This commit is contained in:
GitHub Action
2026-01-21 17:15:18 +00:00
committed by opencode
parent c4c489a5bc
commit 95b17bcf5e
5 changed files with 10 additions and 17 deletions

View File

@@ -72,8 +72,7 @@ export const ModelTooltip: Component<{ model: ModelInfo; latest?: boolean; free?
? language.t("model.tooltip.reasoning.allowed")
: language.t("model.tooltip.reasoning.none")
}
const context = () =>
language.t("model.tooltip.context", { limit: props.model.limit.context.toLocaleString() })
const context = () => language.t("model.tooltip.context", { limit: props.model.limit.context.toLocaleString() })
return (
<div class="flex flex-col gap-1 py-1">