From 7b0882b3be3b19e04f77ee0877f160032ab88723 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Sun, 15 Oct 2023 15:10:42 -0700 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 636c6bf6..97e32e74 100644 --- a/main.py +++ b/main.py @@ -41,7 +41,7 @@ async def main(): logging.getLogger().setLevel(logging.CRITICAL) if FLAGS.debug: logging.getLogger().setLevel(logging.DEBUG) - print("Running... [exit by typing 'exit']") + print("Running... [exit by typing '/exit']") memgpt_agent = presets.use_preset(presets.DEFAULT, FLAGS.model, personas.get_persona_text(FLAGS.persona), humans.get_human_text(), interface, persistence_manager()) print_messages = interface.print_messages