Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
re
|
2 |
-
openai
|
3 |
streamlit
|
|
|
|
|
4 |
pypdf
|
5 |
tiktoken
|
6 |
langchain
|
7 |
-
torch
|
8 |
-
streamlit-chat
|
|
|
1 |
re
|
2 |
+
openai==0.27.8
|
3 |
streamlit
|
4 |
+
torch
|
5 |
+
streamlit-chat
|
6 |
pypdf
|
7 |
tiktoken
|
8 |
langchain
|
9 |
+
torch
|
|