We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df29e32 commit 09c70bcCopy full SHA for 09c70bc
articles/ai-services/openai/includes/batch/batch-python.md
@@ -266,7 +266,7 @@ Observe that there's both `error_file_id` and a separate `output_file_id`. Use t
266
```python
267
import json
268
269
-response = client.files.content(batch_response.output_file_id)
+file_response = client.files.content(batch_response.output_file_id)
270
raw_responses = file_response.text.strip().split('\n')
271
272
for raw_response in raw_responses:
0 commit comments