Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ langchain
|
|
2 |
streamlit
|
3 |
openai==0.28.0
|
4 |
tiktoken
|
5 |
-
python-dotenv
|
|
|
|
2 |
streamlit
|
3 |
openai==0.28.0
|
4 |
tiktoken
|
5 |
+
python-dotenv
|
6 |
+
langchain-community
|