Skip to content

Commit 873d1a8

Browse files
diberryeric-urban
andauthored
Update articles/ai-services/openai/includes/use-your-data-javascript.md
Co-authored-by: Eric Urban <[email protected]>
1 parent 7403371 commit 873d1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/use-your-data-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install the Azure OpenAI client and Azure Identity libraries for JavaScript with
2929
npm install openai @azure/identity @azure/openai
3030
```
3131

32-
The `@azure/openai/types` dependency is included to extend the OpenAI model for the `data_sources` property. This import is only necessary for TypeScript.
32+
The `@azure/openai/types` dependency is included to extend the Azure OpenAI model for the `data_sources` property. This import is only necessary for TypeScript.
3333

3434
#### [JavaScript](#tab/javascript)
3535

0 commit comments

Comments
 (0)