Skip to content

Commit 42fbba6

Browse files
Merge pull request #148 from great-pipi/patch-1
update readme's run code
2 parents 0376685 + d143420 commit 42fbba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PC-Agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ Edit config.json to add your API keys and customize settings:
6161
1. Run the *run.py* with your instruction and your GPT-4o api token. For example,
6262
```
6363
# For Windows
64-
python run.py --instruction="Open Chrome and search the PC-Agent paper." --Mac 0
64+
python run.py --instruction="Open Chrome and search the PC-Agent paper." --mac 0
6565
6666
# For Mac
67-
python run.py --instruction="Open Chrome and search the PC-Agent paper." --Mac 1
67+
python run.py --instruction="Open Chrome and search the PC-Agent paper." --mac 1
6868
```
6969

7070
2. Optionally, you can add specific operational knowledge via the *--add_info* option to help PC-Agent operate more accurately.

0 commit comments

Comments
 (0)