mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Set a new default temp that is more conservative.
This commit is contained in:
parent
ea7179e2e8
commit
801107a12c
2
main.qml
2
main.qml
@ -54,7 +54,7 @@ Window {
|
|||||||
title: qsTr("Settings")
|
title: qsTr("Settings")
|
||||||
height: 600
|
height: 600
|
||||||
width: 600
|
width: 600
|
||||||
property real defaultTemperature: 0.7
|
property real defaultTemperature: 0.28
|
||||||
property real defaultTopP: 0.95
|
property real defaultTopP: 0.95
|
||||||
property int defaultTopK: 40
|
property int defaultTopK: 40
|
||||||
property int defaultMaxLength: 4096
|
property int defaultMaxLength: 4096
|
||||||
|
Loading…
Reference in New Issue
Block a user