From bc3a6acaadebb59c4568b13da7d4061df9706691 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 19 Feb 2023 02:57:39 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 53c62af..050517c 100644 --- a/readme.md +++ b/readme.md @@ -297,6 +297,8 @@ Any [keyv adaptor](https://github.com/jaredwray/keyv) is supported for persisten Note that persisting message is required for remembering the context of previous conversations beyond the scope of the current Node.js process, since by default, we only store messages in memory. +Persistence is handled automatically when using `ChatGPTUnofficialProxyAPI` because it is connecting indirectly to ChatGPT. + ## Projects All of these awesome projects are built using the `chatgpt` package. 🤯