mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
Update main.py
This commit is contained in:
parent
f69bb699fe
commit
00046a30ff
2
main.py
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user