mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
api: remove unused sampling parameters (#10581)
This commit is contained in:
parent
3d9498a425
commit
fa9973cd7f
9 changed files with 3 additions and 30 deletions
|
@ -394,9 +394,6 @@ curl http://localhost:11434/api/generate -d '{
|
|||
"repeat_penalty": 1.2,
|
||||
"presence_penalty": 1.5,
|
||||
"frequency_penalty": 1.0,
|
||||
"mirostat": 1,
|
||||
"mirostat_tau": 0.8,
|
||||
"mirostat_eta": 0.6,
|
||||
"penalize_newline": true,
|
||||
"stop": ["\n", "user:"],
|
||||
"numa": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue