From c9af61705e2d8a8d5abfb5f84b4426122dae8248 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Fri, 14 Jun 2024 09:29:03 +0200 Subject: [PATCH] Update bibliography.py --- lollms/functions/bibliography.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lollms/functions/bibliography.py b/lollms/functions/bibliography.py index 07e4f31..0edc0f2 100644 --- a/lollms/functions/bibliography.py +++ b/lollms/functions/bibliography.py @@ -43,7 +43,6 @@ def arxiv_pdf_search(query: str, max_results: Optional[int] = 5, sort_by: Option if author: url += f'&author={author}' - ASCIIColors.multicolor(["URL:",url],[ASCIIColors.red, ASCIIColors.yellow]) response = requests.get(url) response.raise_for_status()