We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816c2e0 commit 47d89d2Copy full SHA for 47d89d2
1 file changed
README.md
@@ -49,6 +49,12 @@ depending on the environment variables you set.
49
AZURE_OPENAI_VERSION=2024-03-01-preview
50
```
51
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
58
3. For OpenAI.com, customize the `.env` file with your OpenAI API key and desired model name.
59
60
```bash
0 commit comments