Skip to content

Commit 781d45d

Browse files
tgberkeleyTom Gotsman
andauthored
fix openai api key doc (#1101)
Co-authored-by: Tom Gotsman <[email protected]>
1 parent 0e9662f commit 781d45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/chat-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cd reflex-chat
2727

2828
Set up your OpenAI API key:
2929
```bash
30-
export OPEN_AI_KEY=your-openai-api-key
30+
export OPENAI_API_KEY=your-openai-api-key
3131
```
3232

3333
Install the dependencies and run the app:

0 commit comments

Comments
 (0)