Skip to content

Commit 3e66e59

Browse files
bexxxanandanthony
authored andcommitted
Update endpoint example for azure openai. (Azure#21522)
* Update endpoint example for azure openai. * adding custom word for spellchecker
1 parent edc7e72 commit 3e66e59

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ anomalyfinder
8383
Antimalware
8484
antimeridian
8585
antispam
86+
aoairesource
8687
APAC
8788
APACHEAVRO
8889
apim

specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/2022-03-01-preview/azureopenai.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@
16981698
"endpoint": {
16991699
"in": "path",
17001700
"name": "endpoint",
1701-
"description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).",
1701+
"description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://aoairesource.openai.azure.com. Replace \"aoairesource\" with your Azure OpenAI account name).",
17021702
"required": true,
17031703
"type": "string",
17041704
"format": "uri",

specification/cognitiveservices/data-plane/AzureOpenAI/authoring/preview/2022-06-01-preview/azureopenai.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@
17611761
"endpoint": {
17621762
"in": "path",
17631763
"name": "endpoint",
1764-
"description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).",
1764+
"description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://aoairesource.openai.azure.com. Replace \"aoairesource\" with your Azure OpenAI account name).",
17651765
"required": true,
17661766
"type": "string",
17671767
"format": "uri",

0 commit comments

Comments
 (0)