Skip to content

Commit 4c281e7

Browse files
authored
Merge pull request #101106 from cdMSFT/patch-1
Proper URL endpoint for example CURL
2 parents b644f5a + 61b6d9e commit 4c281e7

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
@@ -87,7 +87,7 @@ POST https://{your-resource-name}.openai.azure.com/openai/deployments/{deploymen
8787
#### Example request
8888

8989
```console
90-
curl https://YOUR_RESOURCE_NAME.openaiazure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2022-06-01-preview\
90+
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2022-06-01-preview\
9191
-H "Content-Type: application/json" \
9292
-H "api-key: YOUR_API_KEY" \
9393
-d "{
@@ -1244,4 +1244,4 @@ curl -X DELETE https://example_resource_name.openai.azure.com/openai/deployments
12441244

12451245
## Next steps
12461246

1247-
Learn more about the [underlying models that power Azure OpenAI](./concepts/models.md).
1247+
Learn more about the [underlying models that power Azure OpenAI](./concepts/models.md).

0 commit comments

Comments
 (0)