Skip to content

Commit 5211d30

Browse files
committed
moving text around
1 parent 8daabc3 commit 5211d30

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ 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+
4450
[!INCLUDE [JavaScript quickstart](includes/gpt-v-javascript.md)]
4551

4652
::: zone-end

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ 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-
19-
2013
## Prerequisites
2114

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

0 commit comments

Comments
 (0)