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 290d3c7 commit e45cff2Copy full SHA for e45cff2
articles/cognitive-services/openai/reference.md
@@ -291,7 +291,7 @@ You can create customized versions of our models using the fine-tuning APIs. The
291
292
This API will list your resource's fine-tuning jobs
293
294
-```
+```http
295
GET https://{your-resource-name}.openai.azure.com/openai/fine-tunes?api-version={api-version}
296
```
297
@@ -500,7 +500,7 @@ curl https://your-resource-name.openai.azure.com/openai/fine-tunes?api-version=2
500
501
This API will retrieve information about a specific fine tuning job
502
503
504
GET https://{your-resource-name}.openai.azure.com/openai/fine-tunes/{fine_tune_id}?api-version={api-version}
505
506
0 commit comments