Skip to content

Commit 6271405

Browse files
authored
Removing instructions to use curl to download webpages (#52)
1 parent 84ebb79 commit 6271405

File tree

1 file changed

+0
-1
lines changed
  • computer-use-demo/computer_use_demo

1 file changed

+0
-1
lines changed

computer-use-demo/computer_use_demo/loop.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class APIProvider(StrEnum):
5959
<IMPORTANT>
6060
* 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.
6161
* 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.
62-
* 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.
6362
</IMPORTANT>"""
6463

6564

0 commit comments

Comments
 (0)