We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099dea0 commit 53bd9fbCopy full SHA for 53bd9fb
articles/ai-services/openai/includes/chatgpt-typescript.md
@@ -133,7 +133,7 @@ tsc
133
Run the script with the following command:
134
135
```cmd
136
-node.exe Completion.js
+node.exe ChatCompletion.js
137
```
138
139
## [API Key](#tab/typescript-key)
@@ -205,7 +205,7 @@ tsc
205
206
207
208
209
210
211
---
0 commit comments