mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-10-11 06:53:41 +00:00
Restore defaults for repeat penalty too.
This commit is contained in:
@@ -77,6 +77,8 @@ Dialog {
|
|||||||
settings.maxLength = defaultMaxLength
|
settings.maxLength = defaultMaxLength
|
||||||
settings.promptBatchSize = defaultPromptBatchSize
|
settings.promptBatchSize = defaultPromptBatchSize
|
||||||
settings.promptTemplate = defaultPromptTemplate
|
settings.promptTemplate = defaultPromptTemplate
|
||||||
|
settings.repeatPenalty = defaultRepeatPenalty
|
||||||
|
settings.repeatPenaltyTokens = defaultRepeatPenaltyTokens
|
||||||
settings.sync()
|
settings.sync()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user