Update main.py

This commit is contained in:
Charles Packer 2023-10-15 15:10:42 -07:00 committed by GitHub
parent f69bb699fe
commit 00046a30ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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