geekyrakshit commited on
Commit
1af55c6
·
1 Parent(s): 785c044

update: readme

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -18,7 +18,9 @@ source .venv/bin/activate
18
  ## Run the App
19
 
20
  ```bash
21
- OPENAI_API_KEY="YOUR_OPENAI_API_KEY" streamlit run app.py
 
 
22
  ```
23
 
24
  ## Use the Library
 
18
  ## Run the App
19
 
20
  ```bash
21
+ export OPENAI_API_KEY="YOUR_OPENAI_API_KEY"
22
+ export WEAVE_PROJECT="YOUR_WEAVE_PROJECT"
23
+ streamlit run app.py
24
  ```
25
 
26
  ## Use the Library