Set a new default temp that is more conservative.

This commit is contained in:
Adam Treat 2023-04-17 09:49:29 -04:00
parent ea7179e2e8
commit 801107a12c

View File

@ -54,7 +54,7 @@ Window {
title: qsTr("Settings")
height: 600
width: 600
property real defaultTemperature: 0.7
property real defaultTemperature: 0.28
property real defaultTopP: 0.95
property int defaultTopK: 40
property int defaultMaxLength: 4096