diff --git a/templates/chat-app.md b/templates/chat-app.md index f81d62ff0b..8acc7e47fe 100644 --- a/templates/chat-app.md +++ b/templates/chat-app.md @@ -27,7 +27,7 @@ cd reflex-chat Set up your OpenAI API key: ```bash -export OPEN_AI_KEY=your-openai-api-key +export OPENAI_API_KEY=your-openai-api-key ``` Install the dependencies and run the app: