Skip to content

Commit caa31cc

Browse files
committed
edits
1 parent 34cba1f commit caa31cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ An individual assistant can access up to 128 tools including `code interpreter`,
111111
112112
#### [TypeScript keyless (Recommended)](#tab/typescript-keyless)
113113
114-
1. Create the `index.ts` file with the following **recommended** passwordless TypeScript module (index.ts):
114+
1. Create the `index.ts` file with the following code:
115115
116116
```typescript
117117
import { AzureOpenAI } from "openai";
@@ -242,7 +242,7 @@ An individual assistant can access up to 128 tools including `code interpreter`,
242242
243243
#### [TypeScript with API key](#tab/typescript-key)
244244
245-
1. To use the service key for authentication, you can create the `index.ts` file with the following TypeScript module (index.ts):
245+
1. Create the `index.ts` file with the following code:
246246
247247
```typescript
248248
import { AzureOpenAI } from "openai";
@@ -360,7 +360,7 @@ An individual assistant can access up to 128 tools including `code interpreter`,
360360
361361
#### [JavaScript keyless](#tab/javascript-keyless)
362362
363-
1. Create the `index.js` file with the following **recommended** passwordless JavaScript module:
363+
1. Create the `index.js` file with the following code:
364364
365365
```nodejs
366366
import { AzureOpenAI } from "openai";
@@ -466,7 +466,7 @@ An individual assistant can access up to 128 tools including `code interpreter`,
466466
467467
#### [JavaScript with API key](#tab/javascript-key)
468468
469-
1. To use the service key for authentication, you can create the `index.js` file with the following JavaScript module:
469+
1. Create the `index.js` file with the following code:
470470
471471
```nodejs
472472
import { AzureOpenAI } from "openai";

0 commit comments

Comments
 (0)