Skip to content

Commit 9719b62

Browse files
committed
Merge branch 'diberry/0906-data' of https://github.com/diberry/azure-ai-docs-pr into diberry/0906-data
2 parents 33d4ae3 + 2f52b31 commit 9719b62

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
@@ -46,9 +46,9 @@ Your app's _package.json_ file will be updated with the dependencies.
4646
1. Open a command prompt where you want the new project, and create a new file named `ChatWithOwnData.ts`. Copy the following code into the `ChatWithOwnData.ts` file.
4747

4848
```typescript
49-
import "@azure/openai/types";
5049
import "dotenv/config";
5150
import { AzureOpenAI } from "openai";
51+
import "@azure/openai/types";
5252

5353
// Set the Azure and AI Search values from environment variables
5454
const endpoint = process.env["AZURE_OPENAI_ENDPOINT"];

0 commit comments

Comments
 (0)