From e325d0fc8d5f30a0f1e658a9379c56094d567a67 Mon Sep 17 00:00:00 2001 From: yuantao Date: Mon, 15 Sep 2025 10:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=BB=98=E8=AE=A4temperature=E7=9A=84=E5=80=BC=E4=B8=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/useAppStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/useAppStore.ts b/src/store/useAppStore.ts index 0a94074..9fd33c0 100644 --- a/src/store/useAppStore.ts +++ b/src/store/useAppStore.ts @@ -138,7 +138,7 @@ export const useAppStore = create()( isGenerating: false, currentPrompt: '', - temperature: 0.7, + temperature: 1, seed: null, selectedGenerationId: null,