LaoCzi commited on
Commit
a8acc03
·
1 Parent(s): 99814c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- langchain==0.0.82
2
- openai==0.26.4
3
- python-dotenv==0.21.1
4
- streamlit==1.12.0
5
- youtube_transcript_api==0.5.0
6
- faiss-cpu==1.7.3
7
- requests
 
1
+ !pip install openai==0.27.0
2
+ !pip install youtube_transcript_api==0.5.0
3
+ !pip install gradio==3.20.1
4
+ !pip install python-dotenv==1.0.0
5
+ !pip install requests==2.28.2