Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion all-in-one/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ streamlit==1.26.0
langchain==0.0.279
openai==0.28.0
tiktoken==0.4.0
unstructured==0.10.12
unstructured==0.10.19
tabulate==0.9.0
pdf2image==1.16.3
pytesseract==0.3.10
Expand Down
2 changes: 1 addition & 1 deletion news-summary/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ streamlit==1.25.0
langchain==0.0.268
openai==0.27.8
tiktoken==0.4.0
unstructured==0.10.4
unstructured==0.10.19
tabulate==0.9.0
pdf2image==1.16.3
pytesseract==0.3.10
Expand Down
2 changes: 1 addition & 1 deletion url-summary/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ streamlit==1.26.0
langchain==0.0.279
openai==0.28.0
tiktoken==0.4.0
unstructured==0.10.12
unstructured==0.10.19
tabulate==0.9.0
pdf2image==1.16.3
pytesseract==0.3.10
Expand Down