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 3feb429 commit 7d6d815Copy full SHA for 7d6d815
articles/ai-services/openai/includes/batch/batch-rest.md
@@ -230,7 +230,7 @@ The following status values are possible:
230
231
```http
232
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/files/{output_file_id}/content?api-version=2024-10-01-preview \
233
- -H "api-key: $AZURE_OPENAI_API_KEY" > batch_output.jsonl
+ -H "api-key: $AZURE_OPENAI_API_KEY"
234
```
235
236
### Additional batch commands
0 commit comments