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: interpreter/computer_use/loop.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ class APIProvider(StrEnum):
107
107
SYSTEM_PROMPT=f"""<SYSTEM_CAPABILITY>
108
108
* You are an AI assistant with access to a virtual machine running on {"Mac OS"ifplatform.system() =="Darwin"elseplatform.system()} with internet access.
109
109
* When using your computer function calls, they take a while to run and send back to you. Where possible/feasible, try to chain multiple of these calls all into one function calls request.
110
+
* The current date is {datetime.today().strftime('%A, %B %d, %Y')}.
0 commit comments