Skip to content

Commit fa77fd9

Browse files
committed
edits
1 parent c10e1aa commit fa77fd9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ ms.date: 04/08/2024
1919

2020
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2121
- <a href="https://nodejs.org/" target="_blank">Node.js LTS with TypeScript or ESM support.</a>
22-
- The following npm packages are required:
23-
- Authenticate to service with one of the following:
24-
- [Passwordless](/azure/developer/intro/passwordless-overview): [@azure/identity](https://www.npmjs.com/package/@azure/identity)
25-
- Password: [@azure/core-auth](https://www.npmjs.com/package/@azure/core-auth)
26-
- Assistants functionality: [@azure/openai-assistants](https://www.npmjs.com/package/@azure/openai-assistants)
22+
- npm package `@azure/identity` for passwordless authentication or `@azure/core-auth` for service key authentication
23+
- npm package `@azure/openai-assistants`
2724
- Azure OpenAI Assistants are currently available in Sweden Central, East US 2, and Australia East. For more information about model availability in those regions, see the [models guide](../concepts/models.md).
2825
- We recommend reviewing the [Responsible AI transparency note](/legal/cognitive-services/openai/transparency-note?context=%2Fazure%2Fai-services%2Fopenai%2Fcontext%2Fcontext&tabs=text) and other [Responsible AI resources](/legal/cognitive-services/openai/overview?context=%2Fazure%2Fai-services%2Fopenai%2Fcontext%2Fcontext) to familiarize yourself with the capabilities and limitations of the Azure OpenAI Service.
2926
- An Azure OpenAI resource with the `gpt-4 (1106-preview)` model deployed was used testing this example.
@@ -103,6 +100,7 @@ Create and run an assistant with the following TypeScript module:
103100

104101
:::code language="javascript" source="~/azure-typescript-e2e-apps/quickstarts/azure-openai-assistants/js/src/index-using-password.mjs" :::
105102

103+
106104
---
107105

108106
## Output

0 commit comments

Comments
 (0)