Skip to content

Commit 91306de

Browse files
authored
Merge pull request #119653 from hyoshioka0128/patch-785
Typo "Azure Open AI"→"Azure OpenAI"
2 parents cd92b9e + ceeff43 commit 91306de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Open the `.env` file to configure the following settings
5656
1. `CONNECTION_STRING`: Azure Communication Service resource's connection string.
5757
2. `CALLBACK_URI`: Base url of the app. (For local development replace the dev tunnel url)
5858
3. `COGNITIVE_SERVICE_ENDPOINT`: Azure AI Service endpoint
59-
4. `AZURE_OPENAI_SERVICE_KEY`: Azure Open AI service key
60-
5. `AZURE_OPENAI_SERVICE_ENDPOINT`: Azure Open AI endpoint
61-
6. `AZURE_OPENAI_DEPLOYMENT_MODEL_NAME`: Azure Open AI deployment name
59+
4. `AZURE_OPENAI_SERVICE_KEY`: Azure OpenAI service key
60+
5. `AZURE_OPENAI_SERVICE_ENDPOINT`: Azure OpenAI endpoint
61+
6. `AZURE_OPENAI_DEPLOYMENT_MODEL_NAME`: Azure OpenAI deployment name
6262
6. `AGENT_PHONE_NUMBER`: Agent phone number to transfer the call to resolve queries
6363

6464

0 commit comments

Comments
 (0)