File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
articles/ai-services/openai/includes Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
62621 . Replace the contents of _ quickstart.js_ with the following code.
6363
6464 ``` javascript
65- require (' dotenv/config' );
6665 const AzureOpenAI = require (' openai' ).AzureOpenAI ;
6766 const {
6867 DefaultAzureCredential,
@@ -151,7 +150,6 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
1511501. Replace the contents of _quickstart .js_ with the following code.
152151
153152 ` ` ` javascript
154- require("dotenv/config");
155153 const { AzureOpenAI } = require("openai");
156154
157155 // You will need to set these environment variables or edit the following values
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
61611 . Create a _ quickstart.ts_ and paste in the following code.
6262
6363 ``` typescript
64- import " dotenv/config" ;
6564 import { AzureOpenAI } from " openai" ;
6665 import {
6766 DefaultAzureCredential ,
@@ -160,7 +159,6 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
1601591. Create a _quickstart .ts_ and paste in the following code .
161160
162161 ` ` ` typescript
163- import "dotenv/config";
164162 import { AzureOpenAI } from "openai";
165163 import type {
166164 ChatCompletion,
You can’t perform that action at this time.
0 commit comments