Skip to content

Commit

Permalink
v2.3.72
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Apr 17, 2024
1 parent 50418e7 commit 3d5f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/teams/medical_research/generate_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
search_result_ids.extend([result.id for result in search_result.results])

# Read the content of the search results
search_result_content = arxiv_toolkit.read_arxiv_papers(search_result_ids)
search_result_content = arxiv_toolkit.read_arxiv_papers(search_result_ids, pages_to_read=2)

research_editor.print_response(
json.dumps({"topic": "AI in Healthcare", "articles": search_result_content}, indent=4), show_message=False
Expand Down

0 comments on commit 3d5f134

Please sign in to comment.