dlaima commited on
Commit
bb271ec
·
verified ·
1 Parent(s): c7e1675

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,15 +1,12 @@
1
 
2
 
3
- openai==0.27.0
4
- panel==0.14.0
5
- param==1.12.0
6
- python-dotenv==0.21.0
7
 
8
- gradio==3.5.0
9
- httpx==0.23.0
10
 
 
 
 
11
  pydantic==1.10.9
12
- langchain==0.0.200 # or any other compatible version
13
 
14
 
15
 
 
1
 
2
 
 
 
 
 
3
 
 
 
4
 
5
+ gradio==3.0.16
6
+ langchain==0.0.200
7
+ openai==0.27.0
8
  pydantic==1.10.9
9
+
10
 
11
 
12