From 3d7dfee9d2e6b1a8b629d5e59afc9b4d7a8e3b67 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Wed, 4 Jan 2023 22:30:20 -0500 Subject: [PATCH] Update README.md Signed-off-by: Kaveen Kumarasinghe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b1d3c..b7dfe05 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ These commands are grouped, so each group has a prefix but you can easily tab co `/gpt converse private:yes` - Start a private conversation with the bot, like ChatGPT -`/gpt converse opener:` - Start a conversation with the bot, with a custom opener text (this is useful if you want it to take on a custom personality from the start) +`/gpt converse opener: | .txt` - Start a conversation with the bot, with a custom opener text (this is useful if you want it to take on a custom personality from the start). You can also load the opener text from a file by saving it in the bot root directory as .txt and referencing it in the opener param. `/gpt converse minimal:yes` - Start a conversation with the bot, like ChatGPT, with minimal context (saves tokens)