From bb9662be05ece4005eb65db555a20b164d088802 Mon Sep 17 00:00:00 2001 From: Vali98 Date: Sun, 8 Dec 2024 21:25:15 +0800 Subject: [PATCH] refactor: changed max temp to 3 --- constants/SamplerData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/SamplerData.ts b/constants/SamplerData.ts index 3cf486b..8ea9bfa 100644 --- a/constants/SamplerData.ts +++ b/constants/SamplerData.ts @@ -144,7 +144,7 @@ export const Samplers: Record = { values: { type: 'float', min: 0.01, - max: 10, + max: 3, default: 1, step: 0.01, precision: 2,