Skip to content

Commit 506396d

Browse files
committed
update
1 parent d66b503 commit 506396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Observe that there's both `error_file_id` and a separate `output_file_id`. Use t
267267
```python
268268
import json
269269

270-
response =client.files.content(batch_response.output_file_id)
270+
response = client.files.content(batch_response.output_file_id)
271271
raw_responses = file_response.text.strip().split('\n')
272272

273273
for raw_response in raw_responses:

0 commit comments

Comments
 (0)