Tuana commited on
Commit
39c60ac
·
unverified ·
1 Parent(s): 4c487fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -42,9 +42,12 @@ Check out our tutorial on the Conversational Agent [here](https://haystack.deeps
42
  2. Run the streamlit app:
43
  `streamlit run app.py`
44
  3. Createa a `.env` and add your Twitter Bearer token, OpenAI Key, and SerperDev Key:
45
- `TWITTER_BEARER_TOKEN`
46
- `SERPER_KEY`
47
- `OPENAI_API_KEY`
 
 
 
48
 
49
  This will start up the app on `localhost:8501` where you will find a simple search bar
50
 
 
42
  2. Run the streamlit app:
43
  `streamlit run app.py`
44
  3. Createa a `.env` and add your Twitter Bearer token, OpenAI Key, and SerperDev Key:
45
+
46
+ `TWITTER_BEARER_TOKEN`
47
+
48
+ `SERPER_KEY`
49
+
50
+ `OPENAI_API_KEY`
51
 
52
  This will start up the app on `localhost:8501` where you will find a simple search bar
53