fix(go): align Ox Alpha model ID (#43837)

This commit is contained in:
Jack
2026-08-21 17:03:23 +08:00
committed by GitHub
parent aa7eda570f
commit a6cb60831a
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ function LimitsGraph(props: { href: string }) {
{ id: "mimo-v2.5", name: "MiMo-V2.5", req: 30100, d: "340ms" },
{ id: "hy3", name: "Hy3", req: 34400, baseReq: 4300, d: "320ms" },
{ id: "muse-spark-1.2-contributor", name: "Muse Spark 1.2 Contributor", req: 45300, edge: true, d: "360ms" },
{ id: "x-preview-f-free", name: "Ox Alpha Free", req: Infinity, infinite: true, edge: true, d: "400ms" },
{ id: "ox-alpha-free", name: "Ox Alpha Free", req: Infinity, infinite: true, edge: true, d: "400ms" },
]
const w = 1040