Skip to content

Commit 063b160

Browse files
authored
Update assistants-javascript.md
1 parent a09c44c commit 063b160

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For passwordless authentication, you need to
3838
1. Install the OpenAI Assistants client library for JavaScript with:
3939

4040
```console
41-
npm install @azure/openai-assistants
41+
npm install openai
4242
```
4343

4444
2. For the **recommended** passwordless authentication:
@@ -47,12 +47,6 @@ For passwordless authentication, you need to
4747
npm install @azure/identity
4848
```
4949

50-
Or to use the service key connection:
51-
52-
```console
53-
npm install @azure/core-auth
54-
```
55-
5650
## Retrieve key and endpoint
5751

5852
To successfully make a call against the Azure OpenAI service, you'll need the following:

0 commit comments

Comments
 (0)