This commit is contained in:
Ishaan Jaff 2024-07-26 18:42:45 -07:00
parent f4048bc890
commit dd37d1d032

View file

@ -31,7 +31,7 @@ $ litellm
**Create File for Batch Completion** **Create File for Batch Completion**
```shell ```shell
curl https://api.openai.com/v1/files \ curl http://localhost:4000/v1/files \
-H "Authorization: Bearer sk-1234" \ -H "Authorization: Bearer sk-1234" \
-F purpose="batch" \ -F purpose="batch" \
-F file="@mydata.jsonl" -F file="@mydata.jsonl"