Skip to content

Commit a3bbb4a

Browse files
committed
edit
1 parent 92fc329 commit a3bbb4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ An individual assistant can access up to 128 tools including `code interpreter`,
351351
```
352352
353353
354-
#### [TypeScript with API key](#tab/typescript-key)
354+
#### [TypeScript (API key)](#tab/typescript-key)
355355
356356
1. Create the `index.ts` file with the following code:
357357
@@ -470,7 +470,7 @@ An individual assistant can access up to 128 tools including `code interpreter`,
470470
node index.js
471471
```
472472
473-
#### [JavaScript with API key](#tab/javascript-key)
473+
#### [JavaScript (API key)](#tab/javascript-key)
474474
475475
1. Create the `index.js` file with the following code:
476476

articles/ai-services/openai/includes/use-your-data-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Your app's _package.json_ file will be updated with the dependencies.
231231
```
232232

233233

234-
#### [TypeScript (API Key)](#tab/typescript-key)
234+
#### [TypeScript (API key)](#tab/typescript-key)
235235

236236
1. Open a command prompt where you want the new project, and create a new file named `ChatWithOwnData.ts`. Copy the following code into the `ChatWithOwnData.ts` file.
237237

0 commit comments

Comments
 (0)