dlaima commited on
Commit
d91ce42
·
verified ·
1 Parent(s): 4174f3d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
  gradio
2
- langchain>=0.0.10
3
- langchain-community>=0.0.4
 
4
  openai
5
  wikipedia
6
  numexpr
7
  python-dotenv
8
- pydantic>=2.0.0 # Make sure you're using an updated pydantic version
9
 
10
 
11
 
 
1
  gradio
2
+ langchain
3
+ langchain-community
4
+ langchain-openai
5
  openai
6
  wikipedia
7
  numexpr
8
  python-dotenv
9
+
10
 
11
 
12