Spaces:
Running
Running
Commit
·
62067f5
1
Parent(s):
cac5f9c
update ui
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -13,8 +13,9 @@ pandas
|
|
| 13 |
matplotlib
|
| 14 |
matplotlib-inline
|
| 15 |
tqdm
|
| 16 |
-
openai
|
| 17 |
-
langchain
|
|
|
|
| 18 |
tiktoken
|
| 19 |
openpyxl
|
| 20 |
google-generativeai
|
|
|
|
| 13 |
matplotlib
|
| 14 |
matplotlib-inline
|
| 15 |
tqdm
|
| 16 |
+
openai==0.28.1
|
| 17 |
+
langchain==0.0.330
|
| 18 |
+
langsmith==0.0.57
|
| 19 |
tiktoken
|
| 20 |
openpyxl
|
| 21 |
google-generativeai
|