How to modify/bypass a step that is returning an error? #5037
Replies: 1 comment
-
Error is on my side of the keyboard. I ran |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Auto-GPT keeps trying to scrape a website that is returning a 403 error. This creates a loop where Auto-GPT summarizes the page and produces an empty text file that it cannot read. How do I change the source page or force Auto-GPT to print the summary in the terminal?
Background
I asked Auto-GPT to document the process and steps to build a new house in a specific location in the United States. Auto-GPT's response was fantastic:
It runs
web_search
and returns several results. Auto-GPT summarizes one of the returned links, then writes a Python script to scrape the results:This results in a
403 Forbidden
error, so Auto-GPT tries toread_file
an empty file. There appears to be no error handling, so Auto-GPT starts looping through the summarize-scrape-error loop until I manually break it. How do I get Auto-GPT to select the next relevant website?Beta Was this translation helpful? Give feedback.
All reactions