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

This commit is contained in:
Jeffrey Morgan
2026-03-01 19:16:07 -08:00
committed by GitHub
parent 3490e9590b
commit 86513cb697
8 changed files with 193 additions and 15 deletions

View File

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