Skip to content

Commit 29c3af4

Browse files
felrockggerganov
andauthored
Add magic curl syntax
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent bf6d79f commit 29c3af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ options:
4646
```
4747
curl 127.0.0.1:8080/inference \
4848
-H "Content-Type: multipart/form-data" \
49-
-F file="<file-path>" \
49+
-F file="@<file-path>" \
5050
-F temperature="0.2" \
5151
-F response-format="json"
5252
```

0 commit comments

Comments
 (0)