Merge branch 'valiantlynx' of https://github.com/valiantlynx/valiantlynx-turborepo into valiantlynx

This commit is contained in:
Gormery Kombo Wanjiru
2024-02-11 10:49:42 +01:00

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)