Skip to content

Commit 288c29f

Browse files
committed
edit
1 parent e447b64 commit 288c29f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,12 @@ An individual assistant can access up to 128 tools including `code interpreter`,
471471
}
472472
```
473473
474+
1. Sign in to Azure with the following command:
475+
476+
```shell
477+
az login
478+
```
479+
474480
1. Run the JavaScript file.
475481
476482
```shell
@@ -562,7 +568,12 @@ An individual assistant can access up to 128 tools including `code interpreter`,
562568
}
563569
}
564570
```
565-
571+
572+
1. Sign in to Azure with the following command:
573+
574+
```shell
575+
az login
576+
```
566577
567578
1. Run the JavaScript file.
568579

0 commit comments

Comments
 (0)