Removed syntax error from docs (#11242)

This commit is contained in:
Fadil Rahman 2025-05-30 04:04:16 +05:30 committed by GitHub
parent 368e59181d
commit dd8d23be62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,8 +78,9 @@ curl http://localhost:4000/v1/batches \
**Create File for Batch Completion**
```python
from litellm
import litellm
import os
import asyncio
os.environ["OPENAI_API_KEY"] = "sk-.."
@ -97,8 +98,9 @@ print("Response from creating file=", file_obj)
**Create Batch Request**
```python
from litellm
import litellm
import os
import asyncio
create_batch_response = await litellm.acreate_batch(
completion_window="24h",