You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/gpt-v-javascript.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This SDK is provided by OpenAI with Azure specific types provided by Azure.
37
37
38
38
39
39
> [!NOTE]
40
-
> This library is maintained by OpenAI. Refer to the [release history](https://github.com/openai/openai-python/releases) to track the latest updates to the library.
40
+
> This library is maintained by OpenAI. Refer to the [release history](https://github.com/openai/openai-node/releases) to track the latest updates to the library.
@@ -64,6 +64,8 @@ Your app's _package.json_ file will be updated with the dependencies.
64
64
65
65
## Create a new JavaScript application for image prompts
66
66
67
+
Select an image from the [azure-samples/cognitive-services-sample-data-files](https://github.com/Azure-Samples/cognitive-services-sample-data-files/tree/master/ComputerVision/Images) and set the URL for an image in the environment variables.
68
+
67
69
## [**TypeScript**](#tab/typescript)
68
70
69
71
1. Create a _quickstart.ts_ and paste in the following code.
0 commit comments