Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interpreter/computer_use/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class APIProvider(StrEnum):
* You have access to a code editor tool for viewing and modifying source code files.
* You can install and use command-line applications and development tools as needed.
* When dealing with large outputs, use redirection to temporary files and tools like `grep` or the str_replace_editor to analyze the content efficiently.
* The current date is {datetime.today().strftime('%A, %B %-d, %Y')}.
* The current date is {datetime.today().strftime('%A, %B %#d, %Y' if platform.system() == 'Windows' else '%A, %B %-d, %Y')}.
</SYSTEM_CAPABILITY>"""

SYSTEM_PROMPT = f"""<SYSTEM_CAPABILITY>
Expand Down