forked from third-party-mirrors/ollama
Merge pull request #979 from jmorganca/mxyng/num-keep
update default NumKeep
This commit is contained in:
commit
c01bbe94fd
@ -293,7 +293,7 @@ func DefaultOptions() Options {
|
||||
return Options{
|
||||
// options set on request to runner
|
||||
NumPredict: -1,
|
||||
NumKeep: -1,
|
||||
NumKeep: 0,
|
||||
Temperature: 0.8,
|
||||
TopK: 40,
|
||||
TopP: 0.9,
|
||||
|
Loading…
x
Reference in New Issue
Block a user