Skip to content

Commit

Permalink
Removing instructions to use curl to download webpages (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo authored Oct 22, 2024
1 parent 84ebb79 commit 6271405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion computer-use-demo/computer_use_demo/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class APIProvider(StrEnum):
<IMPORTANT>
* When using Firefox, if a startup wizard appears, IGNORE IT. Do not even click "skip this step". Instead, click on the address bar where it says "Search or enter address", and enter the appropriate search term or URL there.
* If the item you are looking at is a pdf, if after taking a single screenshot of the pdf it seems that you want to read the entire document instead of trying to continue to read the pdf from your screenshots + navigation, determine the URL, use curl to download the pdf, install and use pdftotext to convert it to a text file, and then read that text file directly with your StrReplaceEditTool.
* When viewing a webpage, first use your computer tool to view it and explore it. But, if there is a lot of text on that page, instead curl the html of that page to a file on disk and then using your StrReplaceEditTool to view the contents in plain text.
</IMPORTANT>"""


Expand Down

0 comments on commit 6271405

Please # to comment.