fix(stats): mention opencode go in top models copy
This commit is contained in:
parent
212ae3d25f
commit
8a17bc4de0
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ function TopModelsSection(props: { data: StatsHomeData["usage"]; leaderboard: St
|
|||
return (
|
||||
<section id="top-models" data-section="top-models">
|
||||
<h2 data-slot="top-models-title">
|
||||
<strong>Top models.</strong> <span>Usage of models across OpenCode.</span>
|
||||
<strong>Top models.</strong> <span>Usage of models across OpenCode Go.</span>
|
||||
</h2>
|
||||
<Show
|
||||
when={data().some((item) => usageTotal(item) > 0)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue