Skip to content

Commit de0930c

Browse files
Merge pull request #275959 from diberry/patch-1
OpenAI Assistants quickstart update
2 parents fc10438 + 063b160 commit de0930c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrbullwinkle
77
ms.author: mbullwin
88
ms.service: azure-ai-openai
99
ms.topic: include
10-
ms.date: 04/10/2024
10+
ms.date: 05/21/2024
1111
ms.custom: passwordless-js, devex-track-javascript
1212
---
1313

@@ -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)