mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-08 03:50:22 +00:00
Update bibliography.py
This commit is contained in:
parent
fb3d511d3d
commit
72443c17f4
@ -106,15 +106,15 @@ def arxiv_pdf_search(query: str, max_results: Optional[int] = 5, sort_by: Option
|
|||||||
"""
|
"""
|
||||||
# Append to report content
|
# Append to report content
|
||||||
report_content += f"""
|
report_content += f"""
|
||||||
Title: {title}
|
Title: {title}
|
||||||
Authors: {authors}
|
Authors: {authors}
|
||||||
Affiliations: {affiliations}
|
Affiliations: {affiliations}
|
||||||
Abstract: {abstract}
|
Abstract: {abstract}
|
||||||
Published Date: {published_date}
|
Published Date: {published_date}
|
||||||
Journal/Conference: {journal_ref}
|
Journal/Conference: {journal_ref}
|
||||||
PDF Link: {pdf_url}
|
PDF Link: {pdf_url}
|
||||||
Local PDF: {local_url}
|
Local PDF: {local_url}
|
||||||
------------------------
|
------------------------
|
||||||
"""
|
"""
|
||||||
# Append to pdf_info dict
|
# Append to pdf_info dict
|
||||||
pdf_info[pdf_name] = {
|
pdf_info[pdf_name] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user