Skip to content

Commit 8141369

Browse files
Merge pull request #968 from mrbullwinkle/mrb_10_22_2024_batch_link_fix
[Azure OpenAI] manual anchor link test
2 parents 9c13278 + 8f9df31 commit 8141369

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ curl -X POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/batches?api-vers
173173

174174
## Track batch job progress
175175

176-
177176
Once you have created batch job successfully you can monitor its progress either in the Studio or programatically. When checking batch job progress we recommend waiting at least 60 seconds in between each status call.
178177

179178
```http
@@ -230,7 +229,7 @@ The following status values are possible:
230229

231230
```http
232231
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"
232+
-H "api-key: $AZURE_OPENAI_API_KEY" > batch_output.jsonl
234233
```
235234

236235
### Additional batch commands
@@ -253,6 +252,8 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/batches?api-version=2024
253252
-H "api-key: $AZURE_OPENAI_API_KEY"
254253
```
255254

255+
<a id="List"></a>
256+
256257
### List batch (Preview)
257258

258259
Use the REST API to list all batch jobs with additional sorting/filtering options.

0 commit comments

Comments
 (0)