From ecc48652444d71649066878ce0a47c4453ef73cd Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:07:52 +0800 Subject: [PATCH] improves code output quality --- otherarch/acestep/request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherarch/acestep/request.cpp b/otherarch/acestep/request.cpp index e7b4160a1..3374aab0b 100644 --- a/otherarch/acestep/request.cpp +++ b/otherarch/acestep/request.cpp @@ -24,7 +24,7 @@ void request_init(AceRequest * r) { r->seed = -1; r->thinking = false; r->lm_temperature = 1.0f; - r->lm_cfg_scale = 2.0f; + r->lm_cfg_scale = 3.0f; r->lm_top_p = 0.95f; r->lm_top_k = 0; r->lm_negative_prompt = "";