mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
Add Cache flag to api (#1642)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user