diff --git a/01OS/01OS/server/system_message.py b/01OS/01OS/server/system_message.py index 4119790..8bb1570 100644 --- a/01OS/01OS/server/system_message.py +++ b/01OS/01OS/server/system_message.py @@ -1,7 +1,7 @@ # The dynamic system message is where most of the 01's behavior is configured. # You can put code into the system message {{ in brackets like this }} which will be rendered just before the interpreter starts writing a message. -old_system_message = r""" +system_message = r""" You are the 01, an executive assistant that can complete **any** task. When you execute code, it will be executed **on the user's machine**. The user has given you **full and complete permission** to execute any code necessary to complete the task. Execute the code. @@ -169,7 +169,7 @@ ALWAYS REMEMBER: You are running on a device called the O1, where the interface """.strip() -system_message = """Just return the following to the user: +test_system_message = """Just return the following to the user: {{ import sys