Skip to content

Commit 4836c88

Browse files
committed
update
1 parent 506396d commit 4836c88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/ai-services/openai/includes/batch/batch-python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ print(batch_response.model_dump_json(indent=2))
184184
Once you have created batch job successfully you can monitor its progress either in the Studio or programatically. When checking batch job progress we recommend waiting at least 60 seconds in between each status call.
185185

186186
```Python
187-
# Wait until the uploaded file is in processed state
188187
import time
189188
import datetime
190189

0 commit comments

Comments
 (0)