From f5997a9a4b83db1ce6b4388262f8f2b72ce88880 Mon Sep 17 00:00:00 2001 From: bertybuttface <110790513+bertybuttface@users.noreply.github.com> Date: Sat, 4 Feb 2023 18:25:55 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57873f5..32d7658 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,8 @@ You only need to do this if you want to contribute code to this package. # Good to know -- The "storage"-folder contains all your encryption keys. If you delete it, you will loose access to all your encrypted messages. +- By default "storage"-folder contains all your encryption keys. If you delete it, you will loose access to all your encrypted messages. +- You can use a [Keyv](https://github.com/jaredwray/keyv) storage backend for persistence if you prefer (advanced) - The bot replies in a thread. If you want to keep the context you need to reply to this thread or the bot will think its a new conversation. "Threads" were recently an experimental feature so you may need to activate it in your clients settings (e.g. in Element in the "lab"-section). - There is support to set the context to work at the room level, the thread level or both (threads fork the conversation from the main room) - The `CHATGPT_MODEL` environment sets the used model. As of writing the default uses ChatGPT from late 2022 which works fine, however we can't tell if OpenAI decides to remove the model. If so, you can always change the model variable to `text-davinci-003` or any other of the [supported models](https://platform.openai.com/docs/models/gpt-3). Keep in mind that that these models are not free and will cost you OpenAI credits.