mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +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
|
id: theme
|
||||||
}
|
}
|
||||||
|
|
||||||
property real defaultTemperature: 0.28
|
property real defaultTemperature: 0.7
|
||||||
property real defaultTopP: 0.95
|
property real defaultTopP: 0.1
|
||||||
property int defaultTopK: 40
|
property int defaultTopK: 40
|
||||||
property int defaultMaxLength: 4096
|
property int defaultMaxLength: 4096
|
||||||
property int defaultPromptBatchSize: 9
|
property int defaultPromptBatchSize: 128
|
||||||
property real defaultRepeatPenalty: 1.10
|
property real defaultRepeatPenalty: 1.18
|
||||||
property int defaultRepeatPenaltyTokens: 64
|
property int defaultRepeatPenaltyTokens: 64
|
||||||
property int defaultThreadCount: 0
|
property int defaultThreadCount: 0
|
||||||
property bool defaultSaveChats: false
|
property bool defaultSaveChats: false
|
||||||
|
Loading…
Reference in New Issue
Block a user