diff --git a/examples/simple_memory.py b/examples/simple_memory.py index fbb79c1..12efd10 100644 --- a/examples/simple_memory.py +++ b/examples/simple_memory.py @@ -21,7 +21,7 @@ conversation.add_plugin(SimpleMemoryPlugin()) conversation.add_message( role="user", - text="Write a poem about the moon", + text="Please write a poem about the moon", ) r = conversation.send()