Skip to content

Commit 47d89d2

Browse files
committed
Adding Azure login info
1 parent 816c2e0 commit 47d89d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ depending on the environment variables you set.
4949
AZURE_OPENAI_VERSION=2024-03-01-preview
5050
```
5151

52+
If you are not yet logged into the Azure account associated with that deployment, run this command to log in:
53+
54+
```shell
55+
az login
56+
```
57+
5258
3. For OpenAI.com, customize the `.env` file with your OpenAI API key and desired model name.
5359

5460
```bash

0 commit comments

Comments
 (0)