Skip to content

Commit 099dea0

Browse files
committed
edit
1 parent 9eecc35 commit 099dea0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/ai-services/openai/includes/chatgpt-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In a console window (such as cmd, PowerShell, or Bash), create a new directory f
4242
Install the required packages for JavaScript with npm from within the context of your new directory:
4343

4444
```console
45-
npm install openai dotenv @azure/identity
45+
npm install openai @azure/identity
4646
```
4747

4848
Your app's _package.json_ file will be updated with the dependencies.

articles/ai-services/openai/includes/chatgpt-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In a console window (such as cmd, PowerShell, or Bash), create a new directory f
4444
Install the required packages for JavaScript with npm from within the context of your new directory:
4545

4646
```console
47-
npm install openai dotenv @azure/identity
47+
npm install openai @azure/identity
4848
```
4949

5050
Your app's _package.json_ file will be updated with the dependencies.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In a console window (such as cmd, PowerShell, or Bash), create a new directory f
4141
Install the required packages for JavaScript with npm from within the context of your new directory:
4242

4343
```console
44-
npm install openai dotenv @azure/identity
44+
npm install openai @azure/identity
4545
```
4646

4747
Your app's _package.json_ file will be updated with the dependencies.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In a console window (such as cmd, PowerShell, or Bash), create a new directory f
4040
Install the required packages for JavaScript with npm from within the context of your new directory:
4141

4242
```console
43-
npm install openai dotenv @azure/identity
43+
npm install openai @azure/identity
4444
```
4545

4646
Your app's _package.json_ file will be updated with the dependencies.

0 commit comments

Comments
 (0)