We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987f8ac commit 1571cf1Copy full SHA for 1571cf1
articles/ai-services/openai/gpt-v-quickstart.md
@@ -39,6 +39,12 @@ Get started using GPT-4 Turbo with images with the Azure OpenAI Service.
39
40
::: zone-end
41
42
+::: zone pivot="programming-language-javascript"
43
+
44
+[!INCLUDE [JavaScript quickstart](includes/gpt-v-javascript.md)]
45
46
+::: zone-end
47
48
## Next steps
49
50
* Learn more about these APIs in the [GPT-4 Turbo with Vision how-to guide](./gpt-v-quickstart.md)
zone-pivots/zone-pivot-groups.yml
@@ -183,6 +183,8 @@ groups:
183
title: Studio
184
- id: programming-language-python
185
title: Python
186
+ - id: programming-language-javascript
187
+ title: JavaScript
188
- id: rest-api
189
title: REST
190
# Owner: mbullwin
0 commit comments