Add Cache flag to api (#1642)

This commit is contained in:
K0IN
2023-12-22 23:16:20 +01:00
committed by GitHub
parent db356c8519
commit 10da41d677
3 changed files with 6 additions and 2 deletions

View File

@@ -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
}
}'
```