diff --git a/README.md b/README.md index 331683f..a6f6e62 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,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", ) ``` ```pycon