mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
use correct link on http://localhost:4000
This commit is contained in:
parent
f4048bc890
commit
dd37d1d032
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ $ litellm
|
|||
**Create File for Batch Completion**
|
||||
|
||||
```shell
|
||||
curl https://api.openai.com/v1/files \
|
||||
curl http://localhost:4000/v1/files \
|
||||
-H "Authorization: Bearer sk-1234" \
|
||||
-F purpose="batch" \
|
||||
-F file="@mydata.jsonl"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue