Update browse.py

linting
This commit is contained in:
Maiko Bossuyt
2023-04-14 18:10:42 +02:00
committed by GitHub
parent e147788c72
commit a67818648e

View File

@@ -137,6 +137,7 @@ def create_message(chunk, question):
"content": f"\"\"\"{chunk}\"\"\" Using the above text, please answer the following question: \"{question}\" -- if the question cannot be answered using the text, please summarize the text."
}
def summarize_text(url, text, question):
"""Summarize text using the LLM model"""
if not text: