You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/chatgpt-typescript.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,6 @@ ms.date: 10/22
28
28
> [!div class="nextstepaction"]
29
29
> [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)
30
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=Chatgpt&Page=quickstart&Section=Prerequisites)
33
-
34
31
35
32
## Set up
36
33
@@ -57,7 +54,7 @@ Your app's _package.json_ file will be updated with the dependencies.
57
54
58
55
## Create a sample application
59
56
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.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/typescript.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,6 @@ ms.date: 10/22/2024
27
27
> [!div class="nextstepaction"]
28
28
> [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)
29
29
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)
@@ -55,7 +50,7 @@ Your app's _package.json_ file will be updated with the dependencies.
55
50
56
51
## Create a sample application
57
52
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.
0 commit comments