Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,6 +2,6 @@ tiktoken==0.5.2
|
|
2 |
langchain
|
3 |
PyPDF2
|
4 |
gradio
|
5 |
-
langchain-openai==0.0.1
|
6 |
openai==0.28
|
|
|
7 |
unstructured[all-docs]
|
|
|
2 |
langchain
|
3 |
PyPDF2
|
4 |
gradio
|
|
|
5 |
openai==0.28
|
6 |
+
langchain-openai==0.0.1
|
7 |
unstructured[all-docs]
|