We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0376685 + d143420 commit 42fbba6Copy full SHA for 42fbba6
PC-Agent/README.md
@@ -61,10 +61,10 @@ Edit config.json to add your API keys and customize settings:
61
1. Run the *run.py* with your instruction and your GPT-4o api token. For example,
62
```
63
# For Windows
64
-python run.py --instruction="Open Chrome and search the PC-Agent paper." --Mac 0
+python run.py --instruction="Open Chrome and search the PC-Agent paper." --mac 0
65
66
# For Mac
67
-python run.py --instruction="Open Chrome and search the PC-Agent paper." --Mac 1
+python run.py --instruction="Open Chrome and search the PC-Agent paper." --mac 1
68
69
70
2. Optionally, you can add specific operational knowledge via the *--add_info* option to help PC-Agent operate more accurately.
0 commit comments