From a7f956e3018ecea3ac9e8fb5d5cd58267be09e6b Mon Sep 17 00:00:00 2001 From: kaixindelele <1985790413@qq.com> Date: Mon, 3 Apr 2023 21:39:06 +0800 Subject: [PATCH] Update chat_paper.py --- chat_paper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_paper.py b/chat_paper.py index 3a2d716..bf4d3f3 100644 --- a/chat_paper.py +++ b/chat_paper.py @@ -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]