Update main.py

This commit is contained in:
Charles Packer
2023-10-15 15:10:42 -07:00
committed by GitHub
parent 1c26546896
commit 7b0882b3be

View File

@@ -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