Skip to content

Commit

Permalink
comment out summary
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaisheng committed Jul 25, 2023
1 parent ff66a78 commit 10d4e86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ def _generate_markdown_table_content(self, paper: dict):
f"|{paper['abstract']}|\n"
print(':::',line)
paper_contents=f" "\
f"## {paper['publish_time']}" \
f"## {paper['authors']}" \
f"## {paper['abstract']}" \
f"## {paper['summary']}"
f"## {paper['publish_time']} \r" \
f"## {paper['authors']} \r" \
f"## {paper['abstract']} \r"
# f"## {paper['summary']}"
# gpt paper summary section
paper_path=SERVER_PATH_STORAGE_PAPER_MD.format(paper['id']+"-"+paper['title'])
with open(paper_path, "w", encoding="utf8") as f:
Expand Down

0 comments on commit 10d4e86

Please sign in to comment.