Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixindelele authored Apr 4, 2023
1 parent d65f4f6 commit 8471368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ python chat_paper.py --query "chatgpt robot" --filter_keys "chatgpt robot" --max

更准确的脚本是chat_arxiv.py,使用方案,命令行更加简洁:
```python
python chat_arxiv.py --query "chatgpt robot" --page_num 2 --max_results 3 --days 2
python chat_arxiv.py --query "chatgpt robot" --page_num 2 --max_results 3 --days 10
```

其中query仍然是关键词,page_num是搜索的页面,每页和官网一样,最大是50篇,max_results是最终总结前N篇的文章,days是选最近几天的论文,严格筛选!
Expand Down

0 comments on commit 8471368

Please sign in to comment.