AIRider commited on
Commit
c26c996
·
verified ·
1 Parent(s): 19991cc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
  # OpenAI API
2
- openai>=1.6.1,<2.0.0
 
3
  # Web scraping and parsing
4
  requests
5
  beautifulsoup4
 
6
  # PDF generation
7
  fpdf2
 
8
  # Date and time handling
9
  pytz
10
- # LangChain
11
- langchain==0.0.294
12
- langchain-openai==0.0.2
13
- langchain-core>=0.1.7,<0.2
14
  # Gradio for UI
15
  gradio
 
1
  # OpenAI API
2
+ openai==0.28
3
+
4
  # Web scraping and parsing
5
  requests
6
  beautifulsoup4
7
+
8
  # PDF generation
9
  fpdf2
10
+
11
  # Date and time handling
12
  pytz
13
+
 
 
 
14
  # Gradio for UI
15
  gradio