Revert "runner: add token history sampling parameters to ollama runner (#14537)" (#14776)

This reverts commit 86513cb697.
This commit is contained in:
Jeffrey Morgan
2026-03-10 21:07:52 -07:00
committed by GitHub
parent 464186e995
commit 54e05172a0
8 changed files with 15 additions and 193 deletions

View File

@@ -1063,7 +1063,7 @@ func DefaultOptions() Options {
TopP: 0.9,
TypicalP: 1.0,
RepeatLastN: 64,
RepeatPenalty: 1.0,
RepeatPenalty: 1.1,
PresencePenalty: 0.0,
FrequencyPenalty: 0.0,
Seed: -1,