File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
articles/ai-services/openai Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ 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
+
44
50
[ !INCLUDE [ JavaScript quickstart] ( includes/gpt-v-javascript.md )]
45
51
46
52
::: zone-end
Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ 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
-
19
-
20
13
## Prerequisites
21
14
22
15
## [ ** TypeScript** ] ( #tab/typescript )
You can’t perform that action at this time.
0 commit comments