From 539c31a41237c13cc7756109d4057e7f8c63816a Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Wed, 26 Jun 2024 14:43:31 +0000 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a5006..5bfd981 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ ## Included - A sensible system prompt +- Persistent storage in a `messages.json` file + - Only messages to and from the bot are written to disk. - Automatically detect and analyze images - Generate images with the prefix "Please generate:" @@ -85,4 +87,4 @@ SELF= npm run build npm run start -``` \ No newline at end of file +```