Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Sep 12, 2024
1 parent 3ca3d14 commit 2947da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ The synchronous version just calls the async version in a loop. Most modern pyth
import asyncio
from paperqa import Docs


async def main():
# valid extensions include .pdf, .txt, and .html
doc_paths = ("myfile.pdf", "myotherfile.pdf")
Expand All @@ -298,8 +299,8 @@ async def main():

print(answer.formatted_answer)

asyncio.run(main())

asyncio.run(main())
```

### Choosing Model
Expand Down

0 comments on commit 2947da4

Please sign in to comment.