Skip to content

Commit 53bd9fb

Browse files
diberryeric-urban
andauthored
Apply suggestions from code review
Co-authored-by: Eric Urban <[email protected]>
1 parent 099dea0 commit 53bd9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tsc
133133
Run the script with the following command:
134134

135135
```cmd
136-
node.exe Completion.js
136+
node.exe ChatCompletion.js
137137
```
138138

139139
## [API Key](#tab/typescript-key)
@@ -205,7 +205,7 @@ tsc
205205
Run the script with the following command:
206206

207207
```cmd
208-
node.exe Completion.js
208+
node.exe ChatCompletion.js
209209
```
210210

211211
---

0 commit comments

Comments
 (0)