You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Azure CLI](/cli/azure/install-azure-cli) used for passwordless authentication in a local development environment, create the necessary context by signing in with the Azure CLI.
21
22
- An Azure OpenAI resource with a [compatible model in a supported region](../concepts/models.md#assistants-preview).
22
23
- 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.
@@ -64,27 +65,26 @@ For passwordless authentication, you need to
64
65
npm install @azure/identity
65
66
```
66
67
67
-
## Retrieve key and endpoint
68
+
## Retrieve resource information
68
69
69
-
To successfully make a call against the Azure OpenAI service, you'll need the following:
70
+
To successfully make a call against the Azure OpenAI service, set environment variables. If you intend to use keyless authentication, you shouldn't have the API Key environment variable set.
70
71
71
-
#### [TypeScript without key (Recommended)](#tab/typescript)
@@ -104,7 +104,7 @@ In our code we are going to specify the following values:
104
104
105
105
An individual assistant can access up to 128 tools including `code interpreter`, as well as any custom tools you create via [functions](../how-to/assistant-functions.md).
106
106
107
-
#### [TypeScript without key (Recommended)](#tab/typescript)
0 commit comments