Skip to content

Commit 06737c3

Browse files
committed
move it back
1 parent 5211d30 commit 06737c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-services/openai/gpt-v-quickstart.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ Get started using GPT-4 Turbo with images with the Azure OpenAI Service.
4141

4242
::: zone pivot="programming-language-javascript"
4343

44-
Use this article to get started using the OpenAI JavaScript SDK to deploy and use the GPT-4 Turbo with Vision model.
45-
46-
This SDK is provided by OpenAI with Azure specific types provided by Azure.
47-
48-
[Reference documentation](https://platform.openai.com/docs/api-reference/chat) | [Library source code](https://github.com/openai/openai-node?azure-portal=true) | [Package (npm)](https://www.npmjs.com/package/openai) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai/samples)
49-
5044
[!INCLUDE [JavaScript quickstart](includes/gpt-v-javascript.md)]
5145

5246
::: zone-end

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ ms.custom: references_regions
1010
ms.date: 09/06/2024
1111
---
1212

13+
Use this article to get started using the OpenAI JavaScript SDK to deploy and use the GPT-4 Turbo with Vision model.
14+
15+
This SDK is provided by OpenAI with Azure specific types provided by Azure.
16+
17+
[Reference documentation](https://platform.openai.com/docs/api-reference/chat) | [Library source code](https://github.com/openai/openai-node?azure-portal=true) | [Package (npm)](https://www.npmjs.com/package/openai) | [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/openai/openai/samples)
18+
1319
## Prerequisites
1420

1521
## [**TypeScript**](#tab/typescript)

0 commit comments

Comments
 (0)