Unverified Commit 06589a3b authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

Set `NumKeep` to `4` by default (#982)

parent 1fd511e6
......@@ -293,7 +293,7 @@ func DefaultOptions() Options {
return Options{
// options set on request to runner
NumPredict: -1,
NumKeep: 0,
NumKeep: 4,
Temperature: 0.8,
TopK: 40,
TopP: 0.9,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment