Skip to content

Commit dbe1ee4

Browse files
authored
Merge pull request #285707 from eric-urban/eur/aoai
[SCOPED] Azure OpenAI terminology
2 parents 78243e5 + 2a5ebb9 commit dbe1ee4

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

articles/communication-services/samples/includes/call-automation-ai-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Open the appsettings.json file to configure the following settings:
5555
- `DevTunnelUri`: your dev tunnel endpoint
5656
- `CognitiveServiceEndpoint`: The Azure AI services endpoint
5757
- `AcsConnectionString`: Azure Communication Service resource's connection string.
58-
- `AzureOpenAIServiceKey`: Open AI's Service Key
59-
- `AzureOpenAIServiceEndpoint`: Open AI's Service Endpoint
60-
- `AzureOpenAIDeploymentModelName`: Open AI's Model name
58+
- `AzureOpenAIServiceKey`: Azure OpenAI Service Key
59+
- `AzureOpenAIServiceEndpoint`: Azure OpenAI Service Endpoint
60+
- `AzureOpenAIDeploymentModelName`: Azure OpenAI Model name
6161

6262

6363
## Run the application

articles/communication-services/samples/includes/call-automation-ai-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ This Azure Communication Services Call Automation AI sample demonstrates how to
3939
- `connectionstring`: Azure Communication Service resource's connection string.
4040
- `basecallbackuri`: Base url of the app. For local development use dev tunnel url.
4141
- `cognitiveServicesUrl`: The Azure AI services endpoint
42-
- `azureOpenAiServiceKey`: Open AI's Service Key
43-
- `azureOpenAiServiceEndpoint`: Open AI's Service Endpoint
44-
- `openAiModelName`: Open AI's Model name
42+
- `azureOpenAiServiceKey`: Azure OpenAI Service Key
43+
- `azureOpenAiServiceEndpoint`: Azure OpenAI Service Endpoint
44+
- `openAiModelName`: Azure OpenAI Model name
4545

4646

4747
### Setup and host your Azure DevTunnel

articles/communication-services/samples/includes/call-automation-ai-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Open `main.py` file to configure the following settings
6464
1. - `CALLBACK_URI_HOST`: your dev tunnel endpoint
6565
2. - `COGNITIVE_SERVICE_ENDPOINT`: The Azure AI Services endpoint
6666
3. - `ACS_CONNECTION_STRING`: Azure Communication Service resource's connection string.
67-
4. - `AZURE_OPENAI_SERVICE_KEY`: Open AI's Service Key
68-
5. - `AZURE_OPENAI_SERVICE_ENDPOINT`: Open AI's Service Endpoint
69-
6. - `AZURE_OPENAI_DEPLOYMENT_MODEL_NAME`: Open AI's Model name
67+
4. - `AZURE_OPENAI_SERVICE_KEY`: Azure OpenAI Service Key
68+
5. - `AZURE_OPENAI_SERVICE_ENDPOINT`: Azure OpenAI Service Endpoint
69+
6. - `AZURE_OPENAI_DEPLOYMENT_MODEL_NAME`: Azure OpenAI Model name
7070
6. - `AGENT_PHONE_NUMBER`: Agent Phone Number to transfer call
7171

7272

articles/frontdoor/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
href: integrate-storage-account.md
337337
- name: Azure API Management
338338
href: ../api-management/front-door-api-management.md?toc=/azure/frontdoor/toc.json
339-
- name: Azure Open AI
339+
- name: Azure OpenAI
340340
href: ../web-application-firewall/afds/protect-azure-open-ai.md?toc=/azure/frontdoor/toc.json
341341
- name: Azure Static Web Apps
342342
href: ../static-web-apps/front-door-manual.md?toc=/azure/frontdoor/toc.json

articles/logic-apps/workflow-assistant-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ When you enter your question in the assistant's chat box, the Azure Logic Apps b
174174

175175
**A**: [Azure OpenAI Service](../ai-services/openai/overview.md) is an enterprise-ready AI technology that's powered and optimized for your business processes and your business data to meet security and privacy requirements.
176176

177-
[ChatGPT](https://openai.com/blog/chatgpt) is built by [Open AI](https://openai.com) and is a general-purpose large language model (LLM) trained by OpenAI on a massive dataset of text, designed to engage in human-like conversations and answer a wide range of questions on several topics.
177+
[ChatGPT](https://openai.com/blog/chatgpt) is built by [OpenAI](https://openai.com) and is a general-purpose large language model (LLM) trained by OpenAI on a massive dataset of text, designed to engage in human-like conversations and answer a wide range of questions on several topics.
178178

179179
## Next steps
180180

0 commit comments

Comments
 (0)