From 5be2b40e62045c9e03603f294216dcf7408a4f93 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:41:11 -0800 Subject: [PATCH] Changes --- 01OS/01OS/server/system_message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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