Skip to content

Commit 09c70bc

Browse files
committed
update
1 parent df29e32 commit 09c70bc

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
@@ -266,7 +266,7 @@ Observe that there's both `error_file_id` and a separate `output_file_id`. Use t
266266
```python
267267
import json
268268

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

272272
for raw_response in raw_responses:

0 commit comments

Comments
 (0)