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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ class APIProvider(StrEnum):
101
101
* You have access to a code editor tool for viewing and modifying source code files.
102
102
* You can install and use command-line applications and development tools as needed.
103
103
* When dealing with large outputs, use redirection to temporary files and tools like `grep` or the str_replace_editor to analyze the content efficiently.
104
-
* The current date is {datetime.today().strftime('%A, %B %-d, %Y')}.
104
+
* The current date is {datetime.today().strftime('%A, %B %d, %Y')}.
0 commit comments