mirror of
https://github.com/ollama/ollama.git
synced 2026-09-06 11:18:17 +00:00
Add Cache flag to api (#1642)
This commit is contained in:
parent
db356c8519
commit
10da41d677
3 changed files with 6 additions and 2 deletions
|
|
@ -306,7 +306,8 @@ curl http://localhost:11434/api/generate -d '{
|
|||
"embedding_only": false,
|
||||
"rope_frequency_base": 1.1,
|
||||
"rope_frequency_scale": 0.8,
|
||||
"num_thread": 8
|
||||
"num_thread": 8,
|
||||
"cache": true
|
||||
}
|
||||
}'
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue