Skip to content

Commit

Permalink
Add magic curl syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
  • Loading branch information
felrock and ggerganov committed Nov 20, 2023
1 parent 1da258a commit 7fa24cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ options:
```
curl 127.0.0.1:8080/inference \
-H "Content-Type: multipart/form-data" \
-F file="<file-path>" \
-F file="@<file-path>" \
-F temperature="0.2" \
-F response-format="json"
```
Expand Down

0 comments on commit 7fa24cf

Please sign in to comment.