Spaces:
Runtime error
Runtime error
Jason St George
commited on
Commit
·
203e926
1
Parent(s):
2787ed2
update reqs
Browse files- requirements.txt +2 -2
- requirements_old.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
openai==0.
|
2 |
-
langchain==0.0.
|
3 |
faiss-cpu==1.7.2
|
|
|
1 |
+
openai==0.27.0
|
2 |
+
langchain==0.0.98
|
3 |
faiss-cpu==1.7.2
|
requirements_old.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
openai==0.26.5
|
2 |
+
langchain==0.0.87
|
3 |
+
faiss-cpu==1.7.2
|