docs: fix typo

This commit is contained in:
mudler 2023-05-21 00:41:11 +02:00
parent 482a83886e
commit 91bdad1d12

View File

@ -868,7 +868,7 @@ curl http://localhost:8080/models/apply -H "Content-Type: application/json" -d '
{
"uri": "<additional_file>",
"sha256": "<additional_file_hash>",
"name": "<additional_file_name>"
"filename": "<additional_file_name>"
},
"overrides": { "backend": "...", "f16": true }
]