Truthful GPU SKU: 4080 SUPER 16GB (was fake 5090 32GB)

This commit is contained in:
drjones
2026-08-24 22:05:34 -07:00
parent 214f97b580
commit 1b586daf20

View File

@@ -47,7 +47,7 @@ const PRICE_USD_PER_HOUR = 1.0;
const MAX_VMS_PER_USER = 3; const MAX_VMS_PER_USER = 3;
// Marketing tier label (what tenants see) — configurable, decoupled from truth. // 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) ---- // ---- GPU node registry (in-memory; agents phone home) ----
type GpuNode = { type GpuNode = {