Skip to content

Commit

Permalink
Change the default values for generation in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
pingpongching authored and manyoso committed Jun 9, 2023
1 parent 8fb73c2 commit 0d0fae0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gpt4all-chat/qml/SettingsDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d0fae0

Please sign in to comment.