Skip to content

Commit

Permalink
Update chat_paper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixindelele authored Apr 3, 2023
1 parent 630f3be commit a7f956e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat_paper.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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 a7f956e

Please sign in to comment.