ask nicely

This commit is contained in:
2024-10-29 12:35:37 -04:00
parent c1115ccf47
commit 0fa4b60412
+1 -1
View File
@@ -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