Skip to content

Commit

Permalink
🐛 Bug: Fix the bug where the PDF file cannot be parsed.
Browse files Browse the repository at this point in the history
  • Loading branch information
yym68686 committed Oct 8, 2024
1 parent c238674 commit 8224202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ msgspec
PyExecJS
requests
html2text
pdfminer.six
fake-useragent
beautifulsoup4
tiktoken==0.6.0
lxml-html-clean
pdfminer.six==20231228
duckduckgo-search==5.3.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="modelmerge",
version="0.11.50",
version="0.11.51",
description="modelmerge is a multi-large language model API aggregator.",
long_description=Path.open(Path("README.md"), encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8224202

Please sign in to comment.