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/use-your-data-javascript.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,7 @@ Install the Azure OpenAI client and Azure Identity libraries for JavaScript with
29
29
npm install openai @azure/identity @azure/openai
30
30
```
31
31
32
-
<<<<<<< HEAD
33
-
The `@azure/openai` dependency is included to extend the OpenAI model for the `data_sources` property. This import is only necessary for TypeScript.
34
-
=======
35
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.
0 commit comments