Changes
This commit is contained in:
parent
75752db415
commit
5be2b40e62
|
@ -1,7 +1,7 @@
|
||||||
# The dynamic system message is where most of the 01's behavior is configured.
|
# 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.
|
# 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.
|
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.
|
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()
|
""".strip()
|
||||||
|
|
||||||
system_message = """Just return the following to the user:
|
test_system_message = """Just return the following to the user:
|
||||||
|
|
||||||
{{
|
{{
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue