Skip to content

Commit e45cff2

Browse files
author
Derek Legenzoff
committed
adding http tag to remaining code blocks
1 parent 290d3c7 commit e45cff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/openai/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ You can create customized versions of our models using the fine-tuning APIs. The
291291

292292
This API will list your resource's fine-tuning jobs
293293

294-
```
294+
```http
295295
GET https://{your-resource-name}.openai.azure.com/openai/fine-tunes?api-version={api-version}
296296
```
297297

@@ -500,7 +500,7 @@ curl https://your-resource-name.openai.azure.com/openai/fine-tunes?api-version=2
500500

501501
This API will retrieve information about a specific fine tuning job
502502

503-
```
503+
```http
504504
GET https://{your-resource-name}.openai.azure.com/openai/fine-tunes/{fine_tune_id}?api-version={api-version}
505505
```
506506

0 commit comments

Comments
 (0)