File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/openai Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ POST https://{your-resource-name}.openai.azure.com/openai/deployments/{deploymen
87
87
#### Example request
88
88
89
89
``` 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\
91
91
-H "Content-Type: application/json" \
92
92
-H "api-key: YOUR_API_KEY" \
93
93
-d "{
@@ -1244,4 +1244,4 @@ curl -X DELETE https://example_resource_name.openai.azure.com/openai/deployments
1244
1244
1245
1245
## Next steps
1246
1246
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 ) .
You can’t perform that action at this time.
0 commit comments