Update README

This commit is contained in:
powermaker450 2024-06-26 14:43:31 +00:00
parent 3c1901fa80
commit 539c31a412

View file

@ -12,6 +12,8 @@
## Included ## Included
- A sensible system prompt - 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 - Automatically detect and analyze images
- Generate images with the prefix "Please generate:" - Generate images with the prefix "Please generate:"
@ -85,4 +87,4 @@ SELF=
npm run build npm run build
npm run start npm run start
``` ```