Skip to content

Commit 9eecc35

Browse files
committed
edit
1 parent e52e86c commit 9eecc35

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

articles/ai-services/openai/includes/chatgpt-typescript.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ ms.date: 10/22
2828
> [!div class="nextstepaction"]
2929
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=AOAI&Product=Chatgpt&Page=quickstart&Section=Prerequisites)
3030
31-
> [!div class="nextstepaction"]
32-
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=AOAI&Product=Chatgpt&Page=quickstart&Section=Prerequisites)
33-
3431

3532
## Set up
3633

@@ -57,7 +54,7 @@ Your app's _package.json_ file will be updated with the dependencies.
5754
5855
## Create a sample application
5956

60-
Open a command prompt where you want the new project, and create a new file named ChatCompletion.js. Copy the following code into the ChatCompletion.js file.
57+
Open a command prompt where you want the new project, and create a new file named ChatCompletion.ts. Copy the following code into the ChatCompletion.ts file.
6158

6259
## [Microsoft Entra ID](#tab/typescript-keyless)
6360

articles/ai-services/openai/includes/typescript.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ ms.date: 10/22/2024
2727
> [!div class="nextstepaction"]
2828
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=AOAI&&Product=gpt&Page=quickstart&Section=Prerequisites)
2929
30-
31-
> [!div class="nextstepaction"]
32-
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=AOAI&&Product=gpt&Page=quickstart&Section=Prerequisites)
33-
34-
3530
## Set up
3631

3732
[!INCLUDE [get-key-endpoint](get-key-endpoint.md)]
@@ -55,7 +50,7 @@ Your app's _package.json_ file will be updated with the dependencies.
5550
5651
## Create a sample application
5752

58-
Open a command prompt where you created the new project, and create a new file named Completion.js. Copy the following code into the Completion.js file.
53+
Open a command prompt where you created the new project, and create a new file named Completion.ts. Copy the following code into the Completion.ts file.
5954

6055
## [Microsoft Entra ID](#tab/typescript-keyless)
6156

0 commit comments

Comments
 (0)