Merge version_1 into main #1
@@ -100,13 +100,13 @@ export default function AIForgePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Processing Power", values: ["2.4M", "3.8M", "5.2M"],
|
||||
title: "Processing Power", values: [2.4, 3.8, 5.2],
|
||||
description: "Requests per second"},
|
||||
{
|
||||
title: "Accuracy Rate", values: ["94.2%", "96.7%", "98.5%"],
|
||||
title: "Accuracy Rate", values: [94.2, 96.7, 98.5],
|
||||
valueSuffix: "%", description: "Model precision"},
|
||||
{
|
||||
title: "API Calls", values: ["142M", "287M", "524M"],
|
||||
title: "API Calls", values: [142, 287, 524],
|
||||
description: "Monthly volume"},
|
||||
],
|
||||
chartTitle: "Model Performance Trend", chartData: [
|
||||
|
||||
Reference in New Issue
Block a user