Skip to content

Commit 8daabc3

Browse files
committed
fix link
1 parent 1571cf1 commit 8daabc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This SDK is provided by OpenAI with Azure specific types provided by Azure.
3737

3838

3939
> [!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.
4141
4242
[!INCLUDE [get-key-endpoint](get-key-endpoint.md)]
4343

@@ -64,6 +64,8 @@ Your app's _package.json_ file will be updated with the dependencies.
6464

6565
## Create a new JavaScript application for image prompts
6666

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+
6769
## [**TypeScript**](#tab/typescript)
6870

6971
1. Create a _quickstart.ts_ and paste in the following code.

0 commit comments

Comments
 (0)