Skip to content

Commit 1ac9dd2

Browse files
committed
edit
1 parent 23e680e commit 1ac9dd2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
6262
1. 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
151150
1. 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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
6161
1. 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
160159
1. 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,

0 commit comments

Comments
 (0)