File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
articles/ai-services/openai Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,6 @@ Get started using GPT-4 Turbo with images with the Azure OpenAI Service.
41
41
42
42
::: zone pivot="programming-language-javascript"
43
43
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
-
50
44
[ !INCLUDE [ JavaScript quickstart] ( includes/gpt-v-javascript.md )]
51
45
52
46
::: zone-end
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ ms.custom: references_regions
10
10
ms.date : 09/06/2024
11
11
---
12
12
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
+
13
19
## Prerequisites
14
20
15
21
## [ ** TypeScript** ] ( #tab/typescript )
You can’t perform that action at this time.
0 commit comments