From ca0246a3bb3d3db7bb820551f56891682277d788 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 29 Oct 2024 12:37:26 -0400 Subject: [PATCH] proper manners --- examples/simple_memory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()