()
| 73 | : language.t("model.tooltip.reasoning.none") |
| 74 | } |
| 75 | const context = () => language.t("model.tooltip.context", { limit: props.model.limit.context.toLocaleString() }) |
| 76 | |
| 77 | return ( |
| 78 | <div class="flex flex-col gap-1 py-1"> |
no outgoing calls
no test coverage detected