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 d66b503 commit 506396dCopy full SHA for 506396d
articles/ai-services/openai/includes/batch/batch-python.md
@@ -267,7 +267,7 @@ Observe that there's both `error_file_id` and a separate `output_file_id`. Use t
267
```python
268
import json
269
270
-response =client.files.content(batch_response.output_file_id)
+response = client.files.content(batch_response.output_file_id)
271
raw_responses = file_response.text.strip().split('\n')
272
273
for raw_response in raw_responses:
0 commit comments