优化 调整默认temperature的值为1

This commit is contained in:
yuantao
2025-09-15 10:26:29 +08:00
parent f2f9e4a239
commit e325d0fc8d

View File

@@ -138,7 +138,7 @@ export const useAppStore = create<AppState>()(
isGenerating: false, isGenerating: false,
currentPrompt: '', currentPrompt: '',
temperature: 0.7, temperature: 1,
seed: null, seed: null,
selectedGenerationId: null, selectedGenerationId: null,