Skip to content

Commit 834f379

Browse files
authored
Merge pull request #177 from gptscript-ai/docs-typo
2 parents 8d564a5 + 8951cea commit 834f379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/02-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export OPENAI_AZURE_DEPLOYMENT="<your-deployment-name>"
4444
#### Windows
4545

4646
```powershell
47-
$env:OPENAI = 'your-api-key'
47+
$env:OPENAI_API_KEY = 'your-api-key'
4848
```
4949

5050
### 3. Run Hello World

0 commit comments

Comments
 (0)