This commit is contained in:
Gormery Kombo Wanjiru
2024-02-09 15:07:05 +01:00
parent 3d0d04bf6d
commit 7a463ba2af

View File

@@ -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)