mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-27 09:54:27 +01:00
Removes scrape_main_content function.
This commit is contained in:
@@ -60,7 +60,7 @@ def google_search(query, num_results = 3):
|
||||
return json.dumps(search_results, ensure_ascii=False, indent=4)
|
||||
|
||||
def transcribe_summarise(url):
|
||||
text = browse.scrape_main_content(url)
|
||||
text = browse.scrape_text(url)
|
||||
summary = browse.summarize_text(text)
|
||||
return """ "Result" : """ + summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user