udayr commited on
Commit
6d47d6e
·
verified ·
1 Parent(s): b7c4689

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- openai
2
- streamlit
3
- langhain
4
- python-dotenv # helps to create and upload the variable with respect to our applications
 
 
1
+ openai=1.12.0
2
+ streamlit=1.31.0
3
+ langhain=0.1.6
4
+ python-dotenv=1.0.1 # helps to create and upload the variable with respect to our applications
5
+ python=3.9.18