mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-04 12:00:10 +00:00
Change the default values for generation in GUI
This commit is contained in:
parent
8fb73c2114
commit
0d0fae0ca8
@ -33,12 +33,12 @@ Dialog {
|
||||
id: theme
|
||||
}
|
||||
|
||||
property real defaultTemperature: 0.28
|
||||
property real defaultTopP: 0.95
|
||||
property real defaultTemperature: 0.7
|
||||
property real defaultTopP: 0.1
|
||||
property int defaultTopK: 40
|
||||
property int defaultMaxLength: 4096
|
||||
property int defaultPromptBatchSize: 9
|
||||
property real defaultRepeatPenalty: 1.10
|
||||
property int defaultPromptBatchSize: 128
|
||||
property real defaultRepeatPenalty: 1.18
|
||||
property int defaultRepeatPenaltyTokens: 64
|
||||
property int defaultThreadCount: 0
|
||||
property bool defaultSaveChats: false
|
||||
|
Loading…
Reference in New Issue
Block a user