From dd37d1d032cc1a6091cae73c6e9a3af11ee3db09 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 26 Jul 2024 18:42:45 -0700 Subject: [PATCH] use correct link on http://localhost:4000 --- docs/my-website/docs/batches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/batches.md b/docs/my-website/docs/batches.md index 6956a47be..91cc86bb4 100644 --- a/docs/my-website/docs/batches.md +++ b/docs/my-website/docs/batches.md @@ -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"