msmaje commited on
Commit
d6de728
·
verified ·
1 Parent(s): 4a2eb56

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ langchain-mistralai>=0.1.0
3
+ langchain-core>=0.1.0
4
+ langchain>=0.1.0
5
+ python-dotenv>=1.0.0
6
+ requests>=2.31.0