You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operate/models/prompts.py
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@
200
200
"""
201
201
202
202
SYSTEM_PROMPT_OCR="""
203
-
You are operating a computer, using the same operating system as a human.
203
+
You are operating a {operating_system} computer, using the same operating system as a human.
204
204
205
205
From looking at the screen, the objective, and your previous actions, take the next best series of action.
206
206
@@ -227,7 +227,7 @@
227
227
228
228
Here a helpful example:
229
229
230
-
Example 1: Opens Spotlight Search on Mac and open Google Chrome
230
+
Example 1: Searches for Google Chrome on the OS and opens it
231
231
```
232
232
[
233
233
{{ "thought": "Searching the operating system to find Google Chrome because it appears I am currently in terminal", "operation": "press", "keys": {os_search_str} }},
0 commit comments