mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-08 16:54:31 +01:00
Update browse.py
linting
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user