Skip to content

Commit bad90c0

Browse files
committed
TS - Completions
1 parent 79f06af commit bad90c0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,26 @@ ms.date: 05/20/2024
1818
1919
## Prerequisites
2020

21+
## [**TypeScript**](#tab/typescript)
22+
23+
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
24+
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
25+
- An Azure OpenAI Service resource with the `gpt-35-turbo-instruct` model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
26+
27+
> [!div class="nextstepaction"]
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+
30+
## [**JavaScript**](#tab/javascript)
31+
2132
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
2233
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
34+
- [TypeScript](https://www.typescriptlang.org/download/)
2335
- An Azure OpenAI Service resource with the `gpt-35-turbo-instruct` model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
2436

2537
> [!div class="nextstepaction"]
2638
> [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)
2739
40+
2841
## Set up
2942

3043
[!INCLUDE [get-key-endpoint](get-key-endpoint.md)]

articles/ai-services/openai/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Walkthrough on how to get started with Azure OpenAI and make your f
55
#services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
8-
ms.custom: devx-track-dotnet, devx-track-python, devx-track-extended-java, devx-track-js, devx-track-go
8+
ms.custom: devx-track-dotnet, devx-track-python, devx-track-extended-java, devx-track-js, devx-track-go, devx-track-ts
99
ms.topic: quickstart
1010
author: mrbullwinkle
1111
ms.author: mbullwin

0 commit comments

Comments
 (0)