From 1b586daf2051b28c93511072325a2d1a9967658c Mon Sep 17 00:00:00 2001 From: drjones Date: Mon, 24 Aug 2026 22:05:34 -0700 Subject: [PATCH] Truthful GPU SKU: 4080 SUPER 16GB (was fake 5090 32GB) --- server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.ts b/server.ts index ab2ae41..a41c897 100644 --- a/server.ts +++ b/server.ts @@ -47,7 +47,7 @@ const PRICE_USD_PER_HOUR = 1.0; const MAX_VMS_PER_USER = 3; // Marketing tier label (what tenants see) — configurable, decoupled from truth. -const GPU_SKU = process.env.GPU_SKU || "NVIDIA GeForce RTX 5090 32GB"; +const GPU_SKU = process.env.GPU_SKU || "NVIDIA GeForce RTX 4080 SUPER 16GB"; // ---- GPU node registry (in-memory; agents phone home) ---- type GpuNode = {