We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a3d56 commit 5eb8d7dCopy full SHA for 5eb8d7d
README.md
@@ -93,7 +93,7 @@ export OPENAI_AZURE_DEPLOYMENT="<your-deployment-name>"
93
#### Windows
94
95
```powershell
96
-$env:OPENAI = 'your-api-key'
+$env:OPENAI_API_KEY = 'your-api-key'
97
```
98
99
### 3. Run Hello World
0 commit comments