From 0fa4b60412ecafec373d8a1be96bea01ecfc8db5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 29 Oct 2024 12:35:37 -0400 Subject: [PATCH] ask nicely --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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