We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6d79f commit 29c3af4Copy full SHA for 29c3af4
examples/server/README.md
@@ -46,7 +46,7 @@ options:
46
```
47
curl 127.0.0.1:8080/inference \
48
-H "Content-Type: multipart/form-data" \
49
--F file="<file-path>" \
+-F file="@<file-path>" \
50
-F temperature="0.2" \
51
-F response-format="json"
52
0 commit comments