mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-30 15:35:01 +00:00
docs: fix typo
This commit is contained in:
parent
482a83886e
commit
91bdad1d12
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ curl http://localhost:8080/models/apply -H "Content-Type: application/json" -d '
|
||||||
{
|
{
|
||||||
"uri": "<additional_file>",
|
"uri": "<additional_file>",
|
||||||
"sha256": "<additional_file_hash>",
|
"sha256": "<additional_file_hash>",
|
||||||
"name": "<additional_file_name>"
|
"filename": "<additional_file_name>"
|
||||||
},
|
},
|
||||||
"overrides": { "backend": "...", "f16": true }
|
"overrides": { "backend": "...", "f16": true }
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue