From 0540148f11d5dd1d8b2d022ad3bf9907f2649726 Mon Sep 17 00:00:00 2001 From: Tom Gotsman Date: Thu, 21 Nov 2024 11:50:00 -0800 Subject: [PATCH] fix openai api key doc --- templates/chat-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: