Skip to content

Commit 8f9df31

Browse files
committed
update
1 parent 316b8cd commit 8f9df31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

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

174174
## Track batch job progress
175175

176-
<a id="TEST1"></a>
177-
178176
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.
179177

180178
```http
@@ -254,9 +252,9 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/batches?api-version=2024
254252
-H "api-key: $AZURE_OPENAI_API_KEY"
255253
```
256254

257-
### List batch (Preview)
255+
<a id="List"></a>
258256

259-
<a id="TEST"></a>
257+
### List batch (Preview)
260258

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

0 commit comments

Comments
 (0)