Skip to content

Commit

Permalink
Update chat_arxiv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixindelele authored Apr 3, 2023
1 parent a7f956e commit 9f1f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat_arxiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def summary_with_chat(self, paper_list):
text = ''
text += 'Title:' + paper.title
text += 'Url:' + paper.url
text += 'Abstrat:' + paper.abs
text += 'Abstract:' + paper.abs
text += 'Paper_info:' + paper.section_text_dict['paper_info']
# intro
text += list(paper.section_text_dict.values())[0]
Expand Down

0 comments on commit 9f1f615

Please sign in to comment.