"references/vscode:/vscode.git/clone" did not exist on "13b35ffaa5167f3713ea7a53c43395d90b3a7cbc"
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