From 7a463ba2af7c6ed25531a53fd9b1bb62cac9ba22 Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Fri, 9 Feb 2024 15:07:05 +0100 Subject: [PATCH] del --- src/rag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rag.py b/src/rag.py index fa33401..9686e80 100644 --- a/src/rag.py +++ b/src/rag.py @@ -60,7 +60,7 @@ def main(): ) # Ask a question - question = f"What are the latest headlines on {url}?" + question = f"summarize what this blog is trying to say? {url}?" result = qa_chain({"query": question}) # print(result)