ViditOstwal commited on
Commit
f9560e9
·
1 Parent(s): 7a8984c

Adding export OPENAI env varialbe in README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -42,6 +42,11 @@ This project uses `uv` for fast Python package management.
42
  uv sync
43
  ```
44
 
 
 
 
 
 
45
  ### Running the Application
46
 
47
  To run the Gradio application:
 
42
  uv sync
43
  ```
44
 
45
+ 4. **Set up environment variables**:
46
+ ```bash
47
+ export OPENAI_API_KEY="your_openai_api_key_here"
48
+ ```
49
+
50
  ### Running the Application
51
 
52
  To run the Gradio application: